{{$exp->company}} @if($exp->location), {!! $exp->location !!} @endif

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


{!! nl2br($exp->description) !!}

{{trans('resume.edit')}} {{trans('resume.delete')}} {{trans('resume.do-not-include')}} do_not_include==1) checked="checked" @endif data-url="{{$resume->present()->url('expdonotinclude')}}" data-id="{{$exp->id}}">