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