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