@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Role')}}

@can('add_staff_role') @endcan
{{--
{{translate('Add New Permission')}}
@csrf
--}}
{{translate('Roles')}}
# {{translate('Name')}} {{translate('action')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection