@extends('consult.layouts.container') @section('content')

{{ $head ?? '' }}

@CSRF
{{--Start image container--}}
{{--End image container--}}
@if($profile ?? '' && $profile->id)
@endif
{{__('members.experiences')}}
@foreach($experiences as $key=>$row)
@foreach(languages() as $language)
@endforeach
@endforeach
{{__('members.certifications')}}
@foreach($certifications as $key=>$row)
@foreach(languages() as $language)
@endforeach
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection