@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section') @php $manageBillingPermission = user()->permission('manage_billing'); @endphp
@if($manageBillingPermission == 'all') @endif
@endsection @section('content')
@include($view)
@endsection @push('scripts') @endpush