{{trans('resume.experience')}} {{trans('resume.unique-skills')}}

{{trans('resume.add-and-highlight')}} @if(count($skills)<6) {{trans('resume.skills')}} @endif


{{ csrf_field() }}
@if(count($skills)>0) @foreach($skills as $skill) {!! Theme::section('resume.profile.skill', ['skill' => $skill]) !!} @endforeach @endif
@if(count($skills)<6) {{trans('resume.skills')}} @endif


{!! Theme::section('resume.profile.page-number', ['page' => 3,'resume'=>$resume]) !!}