@include('admin.partials.flash_message')
| S.no |
Job Title |
User Id |
Organisation |
Job Type |
Publish On |
@php
$userId= Auth::user()->user_type;
@endphp
@if ($userId != 3)
Posted By |
@endif
@if ($userId == 0)
Returned By |
@endif
@if ($userId == 3)
Returned By |
@endif
Action |
@foreach($content as $k=>$u)
| {{ ++$k }} |
{{ $u->job_title }} |
@foreach($user 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') }} |
@foreach($user as $k=>$p)
@php
$userId= Auth::user()->user_type;
@endphp
@if ($userId != 3)
@if($u->posted_by == $p->id)
{{ $p->name }} |
@endif
@endif
@if ($userId == 0)
@if($u->rejected_by == $p->id)
{{ $p->name }} |
@endif
@endif
@if ($userId == 3)
@if($u->rejected_by == $p->id)
{{ $p->name }} |
@endif
@endif
@endforeach
@if ($userId == 3)
@endif
@if ($userId == 3)
@endif
|
@endforeach
| S.no |
Job Title |
User Id |
Organisation |
Job Type |
Publish On |
@php
$userId= Auth::user()->user_type;
@endphp
@if ($userId != 3)
Posted By |
@endif
@if ($userId == 0)
Returned By |
@endif
@if ($userId == 3)
Returned By |
@endif
Action |