@extends('layouts.main') @section('title') {{__("Staff Management")}} @endsection @section('content')
@can('staff-update') @endcan @canany(['staff-update','staff-delete']) @endcanany
{{__("ID")}} {{__("Name")}} {{__("Email")}}{{__("Status")}}{{__("Action")}}
@can('staff-update') @endcan @endsection