@extends('layouts.frontend_layout.frontend_design') @section('content')
@include('frontend.components.page_title_area')

{{ $career_detail->job_title }}

  • {{ $career_detail->created_at->format('d M Y') }}

{!! $career_detail->job_description !!}

Apply for this post with this form
@csrf
@if(Session::has('success'))

{!! session('success') !!}

@endif
@endsection