@extends('layouts.offer') @section('header-text')

@if(!is_null($offer)) {{ ucwords($job->title) }} @endif

@if(!is_null($offer)) {{ ucwords($job->location->location) }} @endif
@endsection @push('head-style') @endpush @section('content')
@if(!is_null($offer))
@if($job->company->show_in_frontend == 'true') @lang('app.by') {{ ucwords($job->company->company_name) }} @endif

@lang('app.candidate') @lang('app.detail')

@lang('app.name')

{{ ucwords($offer->applications->full_name) }}

@lang('app.email')

{{ ucwords($offer->applications->email) }}

@lang('app.job') @lang('app.detail')

@lang('app.title')

{{ ucwords($job->title) }}

@lang('app.description')

{!! $job->job_description !!}

@lang('app.requirement')

{!! $job->job_requirement !!}

@lang('app.location')

{{ ucwords($job->location->location) }}

@lang('app.category')

{{ ucwords($job->category->name) }}

@lang('app.offer') @lang('app.detail')

@lang('app.designation')
{{ ucwords($offer->department->name) }} -> {{ ucwords($offer->designation->name) }}
@lang('app.salaryOfferedPerMonth')

{{ $offer->salary_offered }}

@lang('app.joiningDate')

{{ $offer->joining_date->format('d M Y') }}

@lang('app.acceptLastDate')

{{ $offer->accept_last_date->format('d M Y') }}

@lang('app.files')

@forelse($offer->files as $file) @empty @endforelse
@if($offer->hired_status == 'offered')
@elseif($offer->hired_status == 'accepted')
Candidate Signiture
@else @endif
@else
@endif
@endsection @push('footer-script') @endpush