@extends('dashboard.master') @section('title', 'Create Hostel Fee Assign') @push('css') @endpush @section('content')
Create Hostel Fee Assign
@csrf
@error('session_id')

{{ $message }}

@enderror
@error('class_id')

{{ $message }}

@enderror
Title Amount Action
@push('js') @endpush @endsection