@extends("front.layout")
@section('content')
{{convertUtf8($be->career_title)}}
{{__('Deadline')}}: {{$deadline}}
{{__('Educational Experience')}}: {!! (strlen(convertUtf8(strip_tags($job->educational_requirements))) > 110) ? convertUtf8(substr(strip_tags($job->educational_requirements), 0, 110)) . '...' : convertUtf8(strip_tags($job->educational_requirements)) !!}
{{__('Work Experience')}}: {{convertUtf8($job->experience)}}