Please submit all details to profile, for available on webiste
{{--{{$profile->photo}}--}} @if(empty($profile->photo)) @else @endif
{{ $user->name }}
{{ $profile ? $profile->job_title : ""}}
{{ $profile ? $profile->overview : "" }}
{{ $profile ? emp_ranking_display($profile['total_exp']) : ""}}
{{ $profile ? $profile->total_exp : "" }} Years Exp
Milestones
@if(empty($user->milestones))
Milestones are your achievement projects as a developer. Please click plus button above to add new milestone.
@else
    @foreach($user->milestones as $milestones) @if($loop->index < 6)
  • {{$milestones->milestone}}
  • @endif @endforeach @if(count($user->milestones) < 6) @for($i=0; $i < (6 - count($user->milestones)); $i++)
  • .
  • @endfor @endif
@endif
Technical Skills
    @foreach($user->skills as $skill) @if($loop->index < 12)
  • {{ $skill->skill }} {{$skill->pivot->user_skill_exp}} yrs | {{$skill->pivot->user_skill_level}}
  • @endif @endforeach @if((count($user->skills)/2) < 6) @for($i=0; $i < (6 - (count($user->skills)/2)); $i++)
  • .
  • @endfor @endif
Strengths
    @foreach($user->strengths as $strength) @if($loop->index < 6)
  • {{ $strength->strength }}
  • @endif @endforeach @if(count($user->strengths) < 6) @for($i=0; $i < (6 - count($user->strengths)); $i++)
  • .
  • @endfor @endif
Availability
  • {{ $profile ? $profile->availability : "" }}
Preferred Technical Skill
  • {{ $profile ? $profile->preferred_language : "" }}
Programming Quotes
  • {{ $profile ? $profile->qoute : "" }}
Education
  • @foreach($educations as $education)
    {{ $education->course }} {{ $education->school }} {{ $education->year }} {!! $education->achievement !!}
    @endforeach
Employment
  • @foreach($works as $work)
    {{ $work->position }} {{ $work->company }} {{ $work->year }} {!! $work->description !!}
    @endforeach