@if(!empty($action)) @if($action == "loadRouteDropdown") @if(!empty($permissions)) @foreach($permissions as $permission) @endforeach @endif @elseif($action == "update_hc_status_form") @php $status = $hc->status; $id = $hc->id; @endphp @elseif($action == "view_email") @elseif($action == "loadURLInIframe") @elseif($action == "confirm_zoom_meeting") @elseif($action == "loadSubCategory") @if(!empty($forums)) @foreach($forums as $forum) @endforeach @endif @elseif($action == "loadfollow") @if(!empty($follow) && count($follow) != 0) [ {{$categorydata->category_title}} > {{$categorydata->sub_category_title}} > {{$categorydata->title}} ] @endif
@if(!empty($follow) && count($follow) != 0) @foreach($follow as $forum) @php $country_phone_code = !empty($forum->country_phone_code) ? "+" . $forum->country_phone_code : ""; @endphp @endforeach @else @endif
Sr. No. Followed By Contact Info. Timestamp Notification Status
{{ $forum->id }} {{ $forum->full_name }} {{ $forum->email }}
@if(!empty($forum->skype_id)) {{ $forum->skype_id }}
@endif @if(!empty($forum->phone_number)) {{ $country_phone_code }} {{ $forum->phone_number }} @endif
{{ dateformat($forum->created_at,DISPLAY_DATE)}} @if($forum->notification_status == 1) ON @else OFF @endif
Sorry! No Data Found
@elseif($action == "loadreplies")
@if(!empty($replydata) && count($replydata) != 0) @foreach($replydata as $reply) @php $country_phone_code = !empty($reply->country_phone_code) ? "+" . $reply->country_phone_code : ""; @endphp @endforeach @else @endif
Sr. No. Posted By Contact Info. Comments Like/Dislike Action
{{ $reply->id }} {{ $reply->full_name }} {{ $reply->email }}
@if(!empty($reply->skype_id)) {{ $reply->skype_id }}
@endif @if(!empty($reply->phone_number)) {{ $country_phone_code }} {{ $reply->phone_number }} @endif
{{ $reply->comment_text }}
status=="1" ? 'checked="checked"' : '' }}>
@if(check_route_access('comment.edit.form')) @endif @if(check_route_access('comment.delete')) @endif
Sorry! No Data Found
@elseif($action == "loadtickets") @php $ticket_data = @$ticket_data; @endphp
{{$ticket_data->subject}}
{{$ticket_data->question}}
@elseif($action == "loadlikes" || $action == "loadunlikes") @if(!empty($likes) && count($likes) != 0) [ {{$categorydata->category_title}} > {{$categorydata->sub_category_title}} > {{$categorydata->title}} ] @endif
@if(!empty($likes) && count($likes) != 0) @foreach($likes as $like) @php $country_phone_code = !empty($like->country_phone_code) ? "+" . $like->country_phone_code : ""; @endphp @endforeach @else @endif
Sr. No. Liked / Unliked By Contact Info. Timestamp Status
{{ $like->id }} {{ $like->full_name }} {{ $like->email }}
@if(!empty($like->skype_id)) {{ $like->skype_id }}
@endif @if(!empty($like->phone_number)) {{ $country_phone_code }} {{ $like->phone_number }} @endif
{{ dateformat($like->created_at,DISPLAY_DATE)}} @if($like->status == 1) Like @else Unlike @endif
Sorry! No Data Found
@elseif($action == "loadviews") @if(!empty($views) && count($views) != 0) [ {{$categorydata->category_title}} > {{$categorydata->sub_category_title}} > {{$categorydata->title}} ] @endif
@if(!empty($views) && count($views) != 0) @foreach($views as $view) @php $country_phone_code = !empty($view->country_phone_code) ? "+" . $view->country_phone_code : ""; @endphp @endforeach @else @endif
Sr. No. Viewed By Contact Info. Timestamp
{{ $view->id }} {{ $view->full_name }} {{ $view->email }}
@if(!empty($view->skype_id)) {{ $view->skype_id }}
@endif @if(!empty($view->phone_number)) {{ $country_phone_code }} {{ $view->phone_number }} @endif
{{ dateformat($view->created_at,DISPLAY_DATE)}}
Sorry! No Data Found
@elseif($action == "reject_document_reason_form") @elseif($action == "interview_preview")
Admin Admin Timezone Admin Date/Time Candidate Candidate Timezone Candidate Date/Time
{{ $int_data->admin_name }} {{ $int_data->admin_timezone_label }} {{ dateformat($int_data->admin_datetime,DISPLAY_DATETIME) }} {{ $int_data->user_name }} {{ (!empty($int_data->user_timezone_label))? $int_data->user_timezone_label : 'N/A' }} {{ (!empty($int_data->user_datetime))? dateformat($int_data->user_datetime,DISPLAY_DATETIME) : 'N/A' }}
@elseif($action == "booked_position") @php $pay_rate_basis = config('common.pay_rate_basis'); @endphp @elseif($action == "hc_interview") @elseif($action == "document_type") @elseif($action == "setAppStatusSteps") @php $steps = $sorted_steps['steps']; $selected_stage_ids = $sorted_steps['selected_stage_ids']; $stage_steps = $sorted_steps['stage_selected_steps']; @endphp @else @endif @endif