@extends('front.template.master') @section('title', $title) @section('content') @php $id = ''; $dtitle = ''; $dpublish_date = ''; $dclosing_date = ''; $dorganization = ''; $djob_description = ''; $dcompany_image = ''; $dattachment = ''; $dcontactperson = ''; if(isset($rfpdetailData)) { $did = $rfpdetailData->id; $dtitle = $rfpdetailData->rfp_title; $dorganization = $rfpdetailData->organisation; $djob_description = $rfpdetailData->rfp_description; $dpublish_date = $rfpdetailData->publish_date; $dclosing_date = $rfpdetailData->closing_date; $dcompany_image = $rfpdetailData->company_image; $dattachment = $rfpdetailData->attachment; $dcontactperson = $rfpdetailData->contact_person; } @endphp
@include('admin.partials.flash_message')
@foreach($users as $k=>$us) @if($dorganization == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ trim($dtitle) }}
@foreach($users as $k=>$us) @if($dorganization == $us->id) {{ $us->name }} @endif @endforeach
@if (Auth::check()) @php $userId= Auth::user()->id; @endphp
@csrf()
@else Save @endif
Last date to apply {{ Carbon\Carbon::parse(trim($dclosing_date))->format('d-M-Y') }}

Contact Person : {{ trim($dcontactperson) }}

Relevant Sectors :

    @foreach($sectors as $y) @if($did == $y->rfp_id)
  • {{ $y->sector_id }}
  • @endif @endforeach

For detailed information, please check the complete version of the RFP attached below.

@if (Auth::check())

Download Attachment : Click here..

Additional Attachments :

    @foreach($attachment as $a) @if($a->rfp_id == $did)
  • Click here..
  • @endif @endforeach

@else

Download Attachment : Click here..

@endif
@if (Auth::check()) @php $userId= Auth::user()->id; @endphp
@csrf()
@else Save @endif
Last date to apply {{ Carbon\Carbon::parse(trim($dclosing_date))->format('d-M-Y') }}

Prime Jobs

@foreach($rfppremiumjobdetail as $j)
@foreach($users as $k=>$us) @if($j->organisation == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us) @if($j->organisation == $us->id) {{ $us->name }} @endif @endforeach
@if(!empty($j->experience)) {{ $j->experience }} year's @else 1 year @endif
@foreach($jobscity as $c) @if($c->city_id == $j->id) {{ $c->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == $j->id) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == $j->id) {{ $k->name }} @endif @endforeach
Last date to apply : {{ Carbon\Carbon::parse($j->closing_date)->format('d-M-Y') }} @if (Auth::check()) @php $userId = Auth::user()->id; @endphp @foreach($savedjob as $s) @if($s->job_id == $j->id && $s->user_id == $userId) Applied @endif @endforeach @endif
@endforeach {{ $rfppremiumjobdetail->links() }}

Featured Jobs

@foreach($rfpfeaturedjobdetail as $j)
@foreach($users as $k=>$us) @if($j->organisation == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us) @if($j->organisation == $us->id) {{ $us->name }} @endif @endforeach
@if(!empty($j->experience)) {{ $j->experience }} year's @else 1 year @endif
@foreach($jobscity as $c) @if($c->city_id == $j->id) {{ $c->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == $j->id) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == $j->id) {{ $k->name }} @endif @endforeach
Last date to apply : {{ Carbon\Carbon::parse($j->closing_date)->format('d-M-Y') }} @if (Auth::check()) @php $userId = Auth::user()->id; @endphp @foreach($savedjob as $s) @if($s->job_id == $j->id && $s->user_id == $userId) Applied @endif @endforeach @endif
@endforeach {{ $rfpfeaturedjobdetail->links() }}
Seraching for a job?
Get job updates in your mailbox
{{csrf_field()}}
@endsection