@extends('layouts.internal') @section('content')

{{$job->title}}

Job Detail

{!!$job->details!!}

Job description

{!!$job->summary!!}

Apply for the job

Job Summery

  • Published on: {{date('d M, Y', strtotime($job->posting_date))}}
  • Company: {{$job->company}}
  • {{$job->compensation_type}}: @if($job->compensation_type == 'Salary'){{$job->salary}}@else{{$job->hourly_rate}}@endif
  • Location: {{$job->location}}
  • Job Nature: {{$job->type}}
@endsection