@include('admin.partials.flash_message')
| S.no |
Job Title |
User Id |
Organisation |
Org. Pub. Date |
Closing Date |
Web Pub. Date |
Action |
@foreach($content as $k=>$u)
@php
$todaydate = date('Y-m-d', strtotime('+3 days', strtotime(NOW())));
@endphp
@if($u->closing_date <= $todaydate)
@else
@endif
| {{ ++$k }} |
{{ $u->job_title }} |
@foreach($users as $k=>$us)
@if($u->organisation == $us->id)
{{ $us->user_id }} |
{{ $us->name }} |
@endif
@endforeach
{{ Carbon\Carbon::parse($u->publish_date)->format('d-M-Y') }} |
{{ Carbon\Carbon::parse($u->closing_date)->format('d-M-Y') }} |
{{ Carbon\Carbon::parse($u->portal_date)->format('d-M-Y') }} |
@php
$userId= Auth::user()->user_type;
@endphp
@if ($userId == 0)
@endif
@if($userjobdel == 1)
@php
$userId= Auth::user()->id;
@endphp
@if($userId == $u->posted_by)
@endif
@endif
@if($userjobdel == 1)
@endif
|
@endforeach
| S.no |
Job Title |
User Id |
Organisation |
Org. Pub. Date |
Closing Date |
Web Pub. Date |
Action |