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