@extends('web.layouts.container') @section('content') {{$careerDetails->name}} {{$specializationName}} {{date('d M Y', strtotime($career->created_at))}} {{$careerDetails->description}} @csrf() {{__('careerApplications.name')}} {{__('careerApplications.phone')}} {{__('careerApplications.country_id')}} @if(count($countries)) @foreach($countries as $country) {{$country->name}} @endforeach @endif {{__('careerApplications.address')}} {{__('careerApplications.birth_date')}} {{__('careerApplications.education_id')}} @if(count($educations)) @foreach($educations as $education) {{$education->name}} @endforeach @endif {{-- --}} {{-- --}} {{-- {{__('careerApplications.service_id')}}--}} {{-- --}} {{-- @if(count($specializations))--}} {{-- @foreach($specializations as $specialization)--}} {{-- {{$specialization->name}}--}} {{-- @endforeach--}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{__('careerApplications.cv')}} {{__('careerApplications.browse')}} {{__('careerApplications.clear')}} {{__('careerApplications.apply')}} @endsection @section('inner_js') @endsection
{{date('d M Y', strtotime($career->created_at))}}
{{$careerDetails->description}}