@extends('frontend.user-dashboard.layout.app') @section('header') @include('frontend.user-dashboard.include.header') @include('frontend.user-dashboard.include.sidebar') @endsection @section('content')
@if(isset($iscompletedApplication))

{{ __('form.Hi') }}, {{ auth()->user()->name }}

{{ __('form.successHeadermsg.1') }} {{@$settings->current_year}} {{ __('form.successHeadermsg.2') }}

{{ __('form.Application') }}: {{@$iscompletedApplication->id}}

{{ __('form.SuccessMessage') }} {{ \Carbon\Carbon::parse($settings->last_date_of_application_submission)->format('F d, Y') }}

@else

{{ __('form.Hi') }}, {{ auth()->user()->name }}

{{ __('form.headerMsg') }}
0%
@endif
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
01
--}}

{{ __('form.terms_condition') }}

  • {{ __('form.c1') }}
  • {{ __('form.c5.1') }} {{ $settings->max_age_of_child_served }} {{ __('form.c5.2') }}
  • {{ __('form.c7') }}
  • {{ __('form.c8') }}
  • {{ __('form.c9') }} {{ \Carbon\Carbon::parse($settings->last_date_of_application_submission)->format('F d, Y') }}.
  • {{--
  • {{ __('form.c10') }} {{ \Carbon\Carbon::parse($settings->last_date_of_application_submission)->format('F d, Y') }}, {{ __('form.c10.1') }}
  • --}}
  • {{ __('form.cnew10') }}
  • {{--
  • {{ __('form.c2') }}
  • {{ __('form.c3') }}
  • {{ __('form.c4') }}
  • {{ __('form.c6') }}
  • --}}
terms_and_conditions ?? '') == 1 ? 'checked' : '' }}>
@endsection @section('footer') @include('frontend.user-dashboard.include.footer') @endsection