@extends('admin.layouts.master') @section('title', __('staff_role')) @section('content')

{{__('staff_role') }}

@can('roles.create') @endcan
{{ $dataTable->table() }}
@endsection @include('admin.common.delete-script') @push('js') {{ $dataTable->scripts() }} @endpush