@extends('layouts.admin') {{ config('app.name', 'Laravel') }} | Admin | Edit Fee Planner @section('main-content')
@if (Session::has('success')) @endif

Add Fees Plan For New Class

Set Fee in such a way that it's end as 0. Odd value will arise error in payments.
Fee Planner
@if ($feesPlan->class_name != 'default')
{{--
--}}
@endif
@if ($feesPlan->class_name == 'default')
( ₹ )
( ₹ )
( ₹ )
( ₹ )
@endif
( ₹ )
@if ($feesPlan->day_care == 1)
@endif
Tution Fee
( ₹ )
( ₹ )
( ₹ )
( ₹ )
@endsection