@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])

{{$title}}

@if ($errors->has('fee_structure')) {{ $errors->first('fee_structure') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@endsection