@extends('layouts.admin') @section('content')
Course Offerings @include('admin.errors.form-errors')

Edit Course Offering

@csrf @if (!$is_there_paid_installments)
@endif
{{--
--}}
has_label ? 'checked' : ''}}>
{{--
by_month ? 'checked' : ''}}>
*This is just for display, and will not be used at all
@if( !$is_there_paid_installments && !$is_there_transactions)
@endif --}} @if (!$is_there_transactions ) {{--
+
=
--}} @if( !$is_there_paid_installments) {{--
--}}
{{--
+
=
--}}
{{-- --}}
{{--
+
=
--}} @endif @endif
@if ($courseOffering->fee_per_course_total > 0 ) {{-- Add New Installment --}}
@if (!$is_there_installment_transactions)

Add New Installment

@csrf
coffid}}>
Name Amount (Percentage) Due Date
@endif
{{-- Installments table --}}

Installments

{{-- @if (!$is_there_paid_installments && !$is_there_transactions) --}} {{-- @endif --}} @php $count=0; @endphp @foreach ($installments as $installment) {{-- @if (!$is_there_paid_installments && !$is_there_transactions) --}} {{-- @endif --}} @endforeach
Id name amount due date
{{++$count}} {{$installment->name}} {{$installment->amount}} % {{$installment->due_date}}
{{--
@csrf
--}}
@endif
@endsection @section('admin-js') {{-- Dependent select between session and course --}} {{-- Show label on checkbox --}} {{-- Multi add installments input --}} {{-- update installments --}} {{-- on select currency and is priced--}} {{-- fill the egp prices --}} @endsection