@extends('user.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content') @include('user.applicants.inc.topMenu')
{{-- Start: Page Content --}}
@include('user.applicants.inc.menu')
{{-- Start: Form --}}
@csrf
Submission @error('status')

{{ $message }}

@enderror
@if(!isset($submission)) @endif
{{-- End: Form --}}
{{-- Page Description : Start --}} @if(!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}} {{-- End: Page Content --}}
@endsection @push('footer-scripts') @if(Session::has('messages')) @endif @endpush