@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('Edit installment') }} @endsection @section('content')

{{ __('Edit installment') }}

@csrf @method('PUT') {{-- Keep course fixed --}}
{{-- Amount --}}
@error('amount')
{{ $message }}
@enderror
{{-- Minimum Amount --}}
{{ __('Optional: minimum amount accepted for this installment') }} @error('minimum_amount')
{{ $message }}
@enderror
{{-- Due Date --}}
@error('due_date')
{{ $message }}
@enderror
{{-- Installment Number --}}
@error('installment_number')
{{ $message }}
@enderror
is_final) === 1) disabled aria-disabled="true" aria-describedby="is_final_help" >
{{-- card-body --}}
@endsection @section('script') @stack('datatableScripts') @endsection