@extends('layouts/ums_layout') @section('title', '| New Registration Fee') @section('content')
Add Registration Fee

Registration Fee

{{ csrf_field() }} @foreach($registrationFees as $registrationFee) {{-- --}} @endforeach
SL# Program Name Total Fees Actions
{{++$no}}{{$registrationFee->trimesterName}} ({{$registrationFee->year}}){{$registrationFee->name}} {{$registrationFee->totalAmount}} {{-- --}}   {{-- --}}
@include('dataTableScript') @endsection