@include('admin.partials.flash_message')
| S.no |
RFP 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 }} |
@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') }} |
{{ Carbon\Carbon::parse($u->portal_date)->format('d-M-Y') }} |
|
@endforeach
| S.no |
RFP Title |
User Id |
Organisation |
Org. Pub. Date |
Closing Date |
Web Pub. Date |
Action |