@extends('layouts.master') @section('content')
SN | Class | Department | year | Total Fees | Actions |
---|---|---|---|---|---|
{{ ++$sn }} | {{$fees->class_name}} | {{$fees->department_name ?? "N/A"}} | {{$fees->year}} | {{$fees->amount}} | @php $routeParam = "$fees->class_id/$fees->year_id"; if($fees->department_id){ $routeParam .= "/$fees->department_id"; } @endphp View @can('accounting-finance.class-wise-fees.edit') Edit Copy @endcan @can('accounting-finance.class-wise-fees.delete') @endcan |