@extends('layouts.master', ['title' => 'Recruitment Report']) @section('contents')
| S.No. | Position Title | Client Name | @if (auth()->user()->hasPermission('show-assign-work-log'))Total Contacted Person | @endifDate of Request | Requirement Close Date | Location | Work Assigned | Completed/Required | @if (auth()->user()->hasPermission('preview-executive-description'))Action | @endifCurrent Status | @if (auth()->user()->hasPermission('update_position_request'))Edit Action | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $position->position_title }} | {{ $position->client_name }} | @if (auth()->user()->hasPermission('show-assign-work-log')){{ get_position_contacts($position->id) }} Contacts | @endif{{ date('jS F, Y', strtotime($position->created_at)) }} | {{ $position->date_notified ? date('jS F, Y', strtotime($position->date_notified)) : '' }} | {{ $position->getCity && $position->getState ? $position->getCity->city_name . ' - ' . $position->getState->state : '-' }} | {{ get_username($position->assigned_executive) }} | {{ $position->no_of_completed_requirements . ' / ' . $position->no_of_requirements }} | @if (auth()->user()->hasPermission('preview-executive-description'))@endif | {{ $status }} | @if (auth()->user()->hasPermission('update_position_request'))Edit | @endif
| No Record Found | |||||||||||