{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (auth()->user()->hasPermissionTo('admin.on_call_logs.add'))
{!! Helper::getListAddBtn(route('on_call_logs.create'), 'Add On Call Log') !!}
@endif
@include('backend.alerts') {!! $html->table() !!}
@endsection @section('scripts') {!! $html->scripts() !!} @endsection