@extends('frontend.layouts.noipunno') @section('content')
{{-- @include('frontend.layouts.notice') --}}

পেমেন্ট করুন

@csrf
@if ($errors->has('depositor_name')) {{ $errors->first('depositor_name') }} @endif
@if ($errors->has('depositor_mobile')) {{ $errors->first('depositor_mobile') }} @endif
@if ($errors->has('no_of_students')) {{ $errors->first('no_of_students') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@endsection