Appointment Application

Appoint Application #{{ $application->application_number }}

@csrf @method('put')

Service:

{{ $application->service->getLocalized('name') }}

Description:

{!! $application->description !!}
Please select a date and time from now onwards
@push('scripts') @endpush @push('styles') @endpush {{-- SweetAlert2 Success Alert --}} @if (session('success')) @endif