@extends('layouts.master') @section('title', __('accounting.edit_payment_fee_schedules')) @section('content_title', __('accounting.edit_payment_fee_schedules')) @section('content_taskbar') @endsection @section('main_content') @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf @method('PUT') @if (auth()->user()->hasRole('Super Admin'))
@else @endif
{{--
--}}
{{-- --}} @foreach ($paymentFeeSchedule['paymentFeePeriods'] as $item) @endforeach
{{ __('core.start_date') }} : * {{ __('core.end_date') }} : * {{ __('accounting.invoice_generate_date') }} : * {{ __('accounting.invoice_due_date') }} : * Remove Row
@endsection @push('script') {{-- invoice dates (start, end, generate, due) checkbox functionality --}} @endpush