@extends('layouts.app') @section('title') Program Fee Setup @endsection @section('content')
Add Tuition Fees
Add Fees
List Fee Setup Program
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection