{{translate('Education')}}
{{translate('Add New')}}
@php $educations = \App\Models\Education::where('user_id',$member->id)->get(); @endphp @foreach ($educations as $key => $education) @endforeach
{{translate('Degree')}} {{translate('Institution')}} {{translate('Start')}} {{translate('End')}} {{translate('Status')}} {{translate('Is Highest Degree?')}} {{translate('option')}}
{{ $education->degree }} {{ $education->institution }} {{ $education->start }} {{ $education->end }}