@if(isset($experience ))

Experience


@foreach($experience as $exp)
  • {!!$exp->company!!} ( {!!$exp->date_from!!} - {!!$exp->date_to!!} )

{!! $exp->description !!}

@endforeach @endif @if(isset($education ))

Education


@foreach($education as $edu)

{{$edu->institute_name}}

({!!$edu->from_date !!} - {!! $edu->to_date !!})

@if (!empty($edu->total_marks) && !empty($edu->obtain_marks))

Total Marks: {!! $edu->total_marks !!} | Obtain Marks: {!!$edu->obtain_marks !!}

@elseif (!empty($edu->total_marks))

CGPA: {!! $edu->cgpa !!}

@endif

{!!$edu->description !!}

@endforeach @endif @if(isset($skill ))

Skills


@foreach($skill as $skills) @endforeach
@endif @if(isset($hobby ))

Hobby


@foreach($hobby as $hobbies)

{!! $hobbies->hobby !!}

@endforeach @endif @if(isset($award ))

Award & Appreciation


@endforeach @endif