@extends('layouts.app') @section('title','Add New Hostel Fee') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('hostel_id') }}
{{ $errors->first('year_id') }}
{{ $errors->first('month_id') }}
{{ $errors->first('amount') }}
Cancel
@endsection