Job Details

@if(isset($userData) && ($userData->role_id < 2))

{{ $company_job->company->name }}
@endif

{{ $company_job->property->title }}

{{ $company_job->category->name }}

{{ $company_job->name }}

{{ nl2br($company_job->description) }}

@if($company_job->assigned_contractor_id != null) {{$company_job->contractor->name}} @else - @endif

{{ $company_job->getJobStatus($company_job->status) }}

{{ nl2br(date('d-m-Y',strtotime($company_job->job_start_date))) }}

{{ nl2br(date('d-m-Y',strtotime($company_job->job_end_date))) }}

{{ nl2br(date('d-m-Y h:i A',strtotime($company_job->bid_end_date))) }}
@php $pictures = ''; $pdfs = ''; @endphp @if(isset($company_job->companyJobFiles) && !empty($company_job->companyJobFiles)) @foreach($company_job->companyJobFiles as $file) @if($file->type == 0) @php $pictures .= ''; @endphp @else @php $pdfs .= ''; @endphp @endif @endforeach @endif

@if(!empty($pictures)) {!! $pictures !!} @else
No, Pictures available at the moment!
@endif

@if(!empty($pdfs)) {!! $pdfs !!} @else
No, Pdfs available at the moment!
@endif