@php $nextApplicationCode = str_pad((\App\Models\Application::query()->withTrashed()->max('id') ?? 0) + 1, 5, '0', STR_PAD_LEFT); @endphp
{{ __('messages.applications.create') }}