@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('fee.pay-student-payment') }}

@csrf
{{ __('student.id') }}

{{ __('student.name') }}
{{ __('fee.payment-amount') }}
{{ __('student.semester') }}
{{ __('fee.payment-reference') }}
حالة الدفعية

{{ __('fee.transaction-reference') }}
{{ __('fee.financial-identifier') }}
{{ __('student.cancel') }}
{{-- modal --}} @endsection @section('scripts') {!! Toastr::message() !!} @endsection