@extends('layouts.master') @section('content')
SN | Title | Code | Description | Actions |
---|---|---|---|---|
{{ ++$sn }} | {{ $feeType->title }} | {{ $feeType->code }} | {{ $feeType->description ?? '--' }} | @can('accounting-finance.fees-type.edit') {{-- @if ($feeType->code=="TUITION") @else --}} {{-- @endif --}} @endcan @can('accounting-finance.fees-type.delete') @if ($feeType->code=="TUITION" || $feeType->code=="TRANSPORT" || $feeType->code=="HOSTEL") @else @endif @endcan |