@if(isset($experience ))
Experience
@foreach($experience as $exp)
- {!!$exp->company!!} ( {!!$exp->date_from!!} - {!!$exp->date_to!!} )
{!! $exp->description !!}
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 !!}
Skills
@foreach($skill as $skills)
- {!! $skills->title !!} ({!! $skills->skill_level !!})
{!! $skills->description !!}
@endif @if(isset($hobby ))
Hobby
@foreach($hobby as $hobbies)
{!! $hobbies->hobby !!}
@endforeach @endif @if(isset($award ))Award & Appreciation
-
@foreach($award as $awards)
- {!!$awards->title !!} ({!! $awards->award_date !!})
{!! $awards->description !!}