@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')
{{-- Start: Page Content --}}

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

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

@include('user/inc.sideHeader')
{{--
--}} {{--
--}} {{--

Free Guest

--}} {{-- @if((!empty($candidateFee) && isset($candidateFee)))--}} {{-- Free Guest Allow is {{ $candidateFee->free_guest }} --}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- @if($candidateFee)--}} {{-- @if($registerCandidate->status != 1 && $candidateFee->free_guest !=0)--}} {{-- --}} {{-- @endif--}} {{-- @endif--}} {{--
--}} {{-- Datatatble : Start --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
#CandidateNameContact NoCNICImageActions
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @if($config->value == 'true') {{-- Datatatble : End --}}

Paid Guest

@if(!empty($umdcPaidGuest) && isset($umdcPaidGuest) && (!empty($candidateFee) && isset($candidateFee) ))
Paid Guest Allow is {{ $candidateFee->max_guest - $candidateFee->free_guest }}
@endif
@if( $candidateFee->max_guest - $candidateFee->free_guest != 0) @endif
{{-- Datatatble : Start --}}
# Candidate Name Contact No CNIC Image Actions
{{-- Datatatble : End --}} @endif
{{-- Page Description : Start --}} @if(!empty($p_description) && isset($p_description)) @endif {{-- Page Description : End --}} {{-- Delete Confirmation Model : Start --}}
{{-- Delete Confirmation Model : End --}} {{-- End: Page Content --}}
@endsection @push('footer-scripts') {{-- Delete Confirmation Model : Script : Start --}} {{-- Delete Confirmation Model : Script : Start --}} {{-- Toastr : Script : Start --}} @if(Session::has('messages')) @endif {{-- Toastr : Script : End --}} @endpush