@extends('admin::layouts.plane') @section('content')
| Exam Type | Pending Amount | Action |
|---|---|---|
| {{ $examTypeLabel }} | {{ $hasConfiguredValue ? $pendingFeesMap[$examTypeKey] : '-' }} | @if($hasConfiguredValue) {!! Form::open([ 'route' => 'student-report-card-pending-fees.delete', 'method' => 'POST', 'style' => 'display:inline-block;', 'onsubmit' => "return confirm('Delete pending fee for {$examTypeLabel}?');" ]) !!} {!! Form::close() !!} @else No value @endif |