{{ trans('site.education') }}
{{ trans('site.add_education') }}
@if(!empty($educations) and !$educations->isEmpty()) @foreach($educations as $education)
{{ $education->value }}
{{ trans('public.edit') }}
{{ trans('public.delete') }}
@endforeach @else @include(getTemplate() . '.includes.no-result',[ 'file_name' => 'edu.png', 'title' => trans('auth.education_no_result'), 'hint' => trans('auth.education_no_result_hint'), ]) @endif
{{ trans('site.new_education') }}
{{ trans('site.new_education_hint') }}
{{ trans('site.new_education_exam') }}
{{ trans('validation.required',['attribute' => 'value']) }}
{{ trans('public.save') }}
{{ trans('public.close') }}