@extends($activeTemplate.'layouts.master') @section('content')

@lang('Job Details')

{{__(@$job->title)}}

{{__(@$job->employer->company_name)}}

@auth @endauth
  • @lang('Published on'): {{showDateTime($job->created_at, 'd M Y')}}
  • @lang('Application Deadline'): {{showDateTime($job->deadline, 'd M Y')}}

@lang('Description')

@php echo $job->description @endphp

@lang('Requirements')

@php echo $job->requirements @endphp

@auth @if($applied) @else
Be sure that your profile is updated.
@lang('apply') @endif @else @lang('Login to apply') @endauth
@endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush