@include('layouts.partials.css')
We're creating something awesome. Please subscribe to get notified when it's ready!
@if (session('status')) @endif
{{$job->short_description}}
{{$job->long_description}}
| {{__('hr.job_title')}} | {{$job->job_title}} |
| {{__('hr.job')}} | {{$job->job->name}} |
| {{__('business.location')}} | {{$job->location->name}} |
| {{__('hr.min_experience')}} | {{$job->min_experience }} |
| {{__('hr.no_of_vacancy')}} | {{$job->no_of_vacancy}} |
| {{__('hr.closing_date')}} | {{date('d-m-Y',strtotime($job->closing_date))}} |