@extends('layouts.welcome') @section('title') Online Application @endsection @push('custom-css') @endpush @section('content')
{{-- {{dd($application_type)}} --}} @if (session('error')) @endif
Identity Files
@csrf
@error('front_nrc_path')
{{ $message }}
@enderror
@error('back_nrc_path')
{{ $message }}
@enderror
@error('size_photo_file_path')
{{ $message }}
@enderror
{{-- @if ($certificates->first() != null) Next @endif --}}
@endsection