@extends('layouts.admin.admin') @section('title', 'Export Orders') @section('content')
Export Orders
@csrf
@error('institution_id') {{ $errors->first('institution_id') }} @enderror
@error('order_status') {{ $errors->first('order_status') }} @enderror
@error('academic_regalia_status') {{ $errors->first('academic_regalia_status') }} @enderror
@endsection