@extends('layouts.main') @section('title') {{ __('Staff Management') }} @endsection @section('content')

{{ __('create_and_manage') . ' ' . __('staff') }}

@can('staff-change-password')
@endcan

{{ __('create') . ' ' . __('staff') }}

@csrf

@can('staff-list')

{{ __('staff') . ' ' . __('list') }}

@canany(['staff-edit', 'staff-change-password', 'staff-delete']) @endcanany
ID {{ __('username') }} {{ __('email') }} {{ __('role') }} {{ __('status') }}{{ __('actions') }}
@endcan
@endsection @section('script') @endsection