{{$edu->title}} @if($edu->start_date and $edu->start_date!="0000-00-00"): {{date("F Y",strtotime($edu->start_date))}} @if($edu->end_date and $edu->end_date!="0000-00-00") - {{date("F Y",strtotime($edu->end_date))}} @else - Present @endif @endif

{{$edu->university}} @if($edu->location), {{$edu->location}} @endif

@if($edu->description)
{!! nl2br($edu->description) !!}
@endif

{{trans('resume.edit')}} {{trans('resume.delete')}}