@extends($activeTemplate.'layouts.frontend') @section('content')
{{@$education->institute}} @if($education->board != NULL) - {{@$education->board}} Board @endif
Group/Department: {{@$education->department}}
Passing Year: {{@$education->passing_year}}
Result: {{@$education->result}}
@php $startDate = Carbon\Carbon::parse($employment->start_date); $endDate = Carbon\Carbon::parse($employment->end_date); echo 'Duration: '. $startDate->diff($endDate)->format('%y year %m month %d day'); @endphp