@extends('layouts.admin.admin') @section('title', 'Staff Order') @section('content')
{{ ucwords($status[0] ?? config('custom.all')) }} Staff Order
{{--
--}}
@can('export-staff-order') Export @endcan {{-- @can('print-staff-order-label') Print Label @endcan --}} @can('archive-staff-order') Archive @endcan @can('delete-staff-order') @endcan
ID Full Name Institution Ceremony Mobile Email Status Actions
@endsection @section('page-specific-scripts') @endsection