@if(count($user->certificates) > 0)

contact-information {{ @trans('client_profile.award_certificates') }}

add Add New

{{ @trans('client_profile.tell_about_award') }}

    @foreach($user->certificates as $key => $certificate)
  • {{$certificate->ucname}} @if($certificate->is_ongoing == 1)Currently On-goingcheck_box@endif

  • @endforeach
@else

contact-information {{ @trans('client_profile.award_certificates') }}

{{ @trans('client_profile.tell_about_award') }}

Education & Qualifications

{{ @trans('client_profile.candidate_having_awards') }}

{{ @trans('client_profile.add') }}
@endif @push('pageModals') @endpush @push('pageJs') @endpush