@extends('admin.template.jobmaster') @section('title', $title) @section('content') @php $userName= Auth::user()->name; $userOrganisation_type= Auth::user()->organisation_type; $userPerson= Auth::user()->person; $userType= Auth::user()->user_type; $userId= Auth::user()->id; $clientId= Auth::user()->user_id; $userImage= Auth::user()->user_image; @endphp

RFP

@include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

Add RFP

@if($userType==3) @else @endif
@if($userType==3)
@foreach($users as $k=>$u) @if($u->created_by == $userId) @foreach(get_organisations() as $k=>$c) @if($u->organisation_type == $k) @endif @endforeach @endif @endforeach
@else @foreach(get_organisations() as $k=>$c) @if($userOrganisation_type == $k) @endif @endforeach @endif
@if($userType==3)
@foreach($users as $k=>$u) @if($u->created_by == $userId) @endif @endforeach
@else @endif
@if($userType==3)
@foreach($users as $k=>$u) @if($u->created_by == $userId) @endif @endforeach
@else @endif
Max Size 10 MB
@if($userType==3)
@foreach($users as $k=>$u) @if($u->created_by == $userId) @endif @endforeach
@else @endif
@stop @section('javascript') @endsection