@extends('layouts.app') @section('title', 'Add Direct Student Payment') @include('admin.components.select2css') @section('content')
@csrf
{{ $errors->first('student_user_id') }}
{{ $errors->first('student_id') }}
{{ $errors->first('payment_method_id') }}
{{ $errors->first('receipt') }}
{{ $errors->first('amount') }}
{{ $errors->first('payment_date') }}
{{ $errors->first('remarks') }}
@include('admin.components.common') @include('admin.components.select2js') @endsection @push('js') @endpush