@include('admin.partials.flash_message')
| S.no |
RFP Title |
Organisation |
Publish On |
Closing On |
Action |
@foreach($content as $k=>$u)
| {{ ++$k }} |
{{ $u->rfp_title }} |
@foreach($users as $k=>$us)
@if($u->organisation == $us->id)
{{ $us->name }} |
@endif
@endforeach
{{ Carbon\Carbon::parse($u->publish_date)->format('d-M-Y') }} |
{{ Carbon\Carbon::parse($u->closing_date)->format('d-M-Y') }} |
|
@endforeach
| S.no |
RFP Title |
Organisation |
Publish On |
Closing On |
Action |