@extends('layouts.app') @section('title', 'Price Settings') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('price-setting-create', $authRolePermissions)) @endif
@include('price-settings.table')
@endsection