@if (!empty($educations) && ($educations->count() > 0))
@foreach ($educations as $i => $education)
{{ __('Education Information') }}
{{ __('Institution') }}
{{ __('Subject') }}
{{ __('Course') }}
{{ __('Grade') }}
{{ __('Starting Date') }}
{{ __('Date Completed') }}
{{ __('File') }}
@endforeach
@else
{{ __('Education Information') }}
{{ __('Institution') }}
{{ __('Subject') }}
{{ __('Course') }}
{{ __('Grade') }}
{{ __('Starting Date') }}
{{ __('Date Completed') }}
{{ __('File') }}
@endif