@extends(decide_template()) @section('title', $pageTitle ) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if(routeAccess('staff.create')) @endif
@if(routeAccess('staff.destroy'))
@endif
{{trans('staff_management.view.table_heading.name')}} {{trans('common.label.email_address')}} {{trans('staff_management.view.table_heading.role')}} {{trans('common.table_heading.created_on')}} {{trans('common.table_heading.actions')}}
@endsection