@extends('admin.template.master') @section('title', $title) @section('content') @php $userrfpview= Auth::user()->rfpview; $userrfpedit= Auth::user()->rfpedit; $userrfpdel= Auth::user()->rfpdel; @endphp

RFP

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