@extends('admin.layout') @section('customCss') @endsection @section('content')

Fee Structure

@if (Session::has('success'))
{{ Session::get('success') }}
@endif

Fee Structure List

{{-- --}}
@foreach(['april','may','june','july','august','september','october','november','december','january','february','march'] as $month) @endforeach @foreach ($feeStructure as $fee) @foreach(['april','may','june','july','august','september','october','november','december','january','february','march'] as $month) @endforeach @endforeach
ID Academic Year Class Fee Head{{ ucfirst($month) }}Edit Delete
{{ $fee->id }} {{ $fee->AcademicYear->name }} {{ $fee->Classes->name }} {{ $fee->FeeHead->name }}{{ $fee->$month }} Delete
@endsection @section('customJs') @endsection