@extends('layouts.app') @section('title', 'Student waiver Detail') @section('content')
Menu Data Menu Data Menu Data
Student ID {{ optional($waiver->studentuser)->uid }} Class {{ optional($waiver->classtype)->name }} Student Type {{ optional($waiver->student)->student_type }}
Student Name {{ optional($waiver->studentuser)->name }} Session {{ optional($waiver->session)->name }} Status {{ $waiver->status }}
Year {{ optional($waiver->classyear)->name }} Group {{ optional($waiver->group)->name }} Action
Amount {{$waiver->amount}} Attachment @if($waiver->attachment) Download @endif
Remarks {{$waiver->remarks}}
Created At {{ $waiver->created_at->format('d-m-Y') }} Created By {{ optional($waiver->user)->name }} Approved By {{ optional($waiver->approvedby)->name }}
@endsection @push('delete')
@csrf @method('delete')
@endpush