@extends('user.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content') @include('user/inc.candidateNotification')
{{-- @if(!isset($activeSession))--}} {{-- --}} {{-- @endif--}}
{{-- Start: Page Content --}}

{{(!empty($p_title) && isset($p_title)) ? $p_title : ''}}

{{(!empty($p_summary) && isset($p_summary)) ? $p_summary : ''}}

{{-- Start: Form --}}
@include('user/inc.sideHeader')
@csrf
@error('name.*') {{ $message }} @enderror
{{-- --}} {{-- --}} {{-- @error('cnic.*')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @error('cnic')--}} {{-- {{ $message }}--}} {{-- @enderror--}} @foreach(old('cnic', ['']) as $index => $cnic)
@error('cnic.' . $index) {{ $message }} @enderror @endforeach

e.g CNIC(3310050000000)

@error('contact_no.*') {{ $message }} @enderror
@error('relation.*') {{ $message }} @enderror
@error('image.*') {{ $message }} @enderror

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