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

{{ __('fee.edit-student-fee') }}

@csrf @method('put')
{{--
نوع الدفعية
--}}
{{--
--}} {{--
{{ __('student.semester') }}
--}} {{--
--}} {{-- --}} {{--
--}} {{--
{{ __('fee.discount') }}
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@if($studentFee->instalments?->count() > 0) {{-- @foreach ($studentFee->instalments as $instalment)--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @if($instalment->is_paid)--}} {{-- تم الدفع--}} {{-- @else--}} {{-- لم يتم الدفع--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} @foreach ($studentFee->instalments as $instalment) @endforeach
مقدار القسط تاريخ الاستحقاق تاريخ الدفع الحالة
{{-- --}} @if($instalment->is_paid) تم الدفع @else لم يتم الدفع @endif
@endif
{{ __('student.cancel') }}
@endsection @section('scripts') @endsection