{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if($has_permission_to_create_invoice_for_participant_master_screen??false) Create Invoice @endif
@include("backend.alerts")
@if($isDisabled) @endif
@if($isDisabled) @endif
@if($isDisabled) @endif
@if(!empty($year) && !empty($month))
@endif {!! $html->table() !!}
@include('backend.roster_client_v2.client_roster_master.invoice_modal') @endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection