@include('admin.partials.flash_message')
| S.no |
RFP Title |
User ID |
Organisation |
Org. Pub. Date |
Closing Date |
Action |
@foreach($content as $k=>$u)
| {{ ++$k }} |
@if($u->rfp_title)
{{ $u->rfp_title }}
@else
N/A
@endif
|
@if($u->organisation != "Select")
@foreach($users as $k=>$us)
@if($u->organisation == $us->id)
{{ $us->user_id }} |
{{ $us->name }} |
@endif
@endforeach
@else
N/A |
N/A |
@endif
{{ 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($userrfpdel == 1)
@endif
@if($userrfpdel == 1)
@endif
|
@endforeach
| S.no |
RFP Title |
User ID |
Organisation |
Org. Pub. Date |
Closing Date |
Action |