@extends('layouts.admin.admin')
@section('title', 'Staff Order')
@section('content')
{{ ucwords($order_status[0] ?? config('custom.all')) }} Orders
- Home
- Staff Order
- {{ ucwords($order_status[0] ?? config('custom.all')) }}
@if (isset($status))
@endif
@can('institution-export-staff-order')
@endcan
| ID |
Full Name |
Institution |
Ceremony |
Mobile |
Email |
Status |
Actions |
@endsection
@section('page-specific-scripts')
@endsection