{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@csrf Export {!! Helper::getListAddBtn(route('master_invoice_payrates.export'), 'Download Sample File','download') !!}
{!!Helper::getListAddBtn(route("master_invoice_payrates.create"),"Add Payrate")!!}
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection