@include('admin.partials.flash_message')
| S.no | RFP Title | User Id | Organisation | Publish On | @php $userId= Auth::user()->user_type; @endphp @if ($userId != 3)Posted By | @endif @if ($userId == 0)Rejected By | @endif @if ($userId == 3)Rejected By | @endifAction |
|---|---|---|---|---|---|---|---|---|
| {{ ++$k }} | {{ $u->rfp_title }} | @foreach($user 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') }} | @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|
| S.no | RFP Title | User Id | Organisation | Publish On | @php $userId= Auth::user()->user_type; @endphp @if ($userId != 3)Posted By | @endif @if ($userId == 0)Rejected By | @endif @if ($userId == 3)Rejected By | @endifAction |