@extends('layouts.master') @section('content') @if ($errors->any()) @endif
Add Class Fees
Class Fees
@csrf
{{ generateDropdown($classes, 'class="form-control select2 class_id" id="class_id" name="class_id" required', '', "Select Class") }}
{{ generateDropdown($departments, 'class="form-control select2 department_id" id="department_id" name="department_id"', '', "Select Department") }}
{{ generateDropdown($years, 'class="form-control select2" name="year_id"', '', "Select Year") }}
{{-- --}}
@foreach ($feeTypes as $feeType) @if (($feeType->code != "TRANSPORT") && ($feeType->code != "HOSTEL")) @if ($feeType->code == "TUITION") @else @endif @if ($feeType->code!="TUITION") @endif @if ($feeType->code=="TUITION") @else @endif @endif @endforeach
Select All Fee Type Amount
Tution Per Month
{{ $feeType->title }}
@endsection @section('scripts') @endsection