@include('admin.partials.flash_message')
| S.no |
Job Title |
User Id |
Organisation |
Job Type |
Publish On |
Closing On |
Action |
@foreach($content as $k=>$u)
| {{ ++$k }} |
{{ $u->job_title }} |
@foreach($users as $k=>$us)
@if($u->organisation == $us->id)
{{ $us->user_id }} |
{{ $us->name }} |
@endif
@endforeach
{{ $u->job_type }} |
{{ Carbon\Carbon::parse($u->publish_date)->format('d-M-Y') }} |
{{ Carbon\Carbon::parse($u->closing_date)->format('d-M-Y') }} |
@php
$userId= Auth::user()->user_type;
@endphp
@if ($userId == 0)
@endif
@if($userjobdel == 1)
@endif
@if($userjobdel == 1)
@endif
|
@endforeach
| S.no |
Job Title |
User Id |
Organisation |
Job Type |
Publish On |
Closing On |
Action |