@extends('frontView.layout') @section('title_area') Career @endsection @section('content')
{{ __('Career') }} Back
@if($career)
{{$career->title}}
Number of Vacancy: {{$career->num_post }} Application Last Date: {{$career->expire_date }}
Skills & Education: {{$career->skills }}
{!! $career->details !!}
@else

Wops! There is no job.

@endif
@endsection