@extends('web.layouts.container') @section('content')

{{$careerDetails->name}}

{{$specializationName}}

{{date('d M Y', strtotime($career->created_at))}}

{{$careerDetails->description}}

@csrf()
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{__('careerApplications.browse')}}
@endsection @section('inner_js') @endsection