@extends('manager.layouts.app') @section('page_title') {{ $data->title ?? 'Job Details' }} @endsection @section('content')
{{ \Carbon\Carbon::parse($data->start_date)->format('d M Y') }}
{{ \Carbon\Carbon::parse($data->end_date)->format('d M Y') }}
{{ $data->location }}
{{ ucfirst($data->employment_type) }}
{{ $data->vacancies }}
{{ $data->salary_range }}
{{ $data->experience_level }}
{{ $data->education }}
@if($data->is_active) Active @else Inactive @endif
{!! ($data->description) !!}