@extends('layout.base') @section('action') {{-- --}} @if (empty($volunteer->status)) @elseif ($volunteer->status == 'shortlist') @endif @endsection @section('content') {{-- --}}

Personal Information

Skills

Function
    @foreach (json_decode($volunteer->functions) as $item)
  • {{ $item }}
  • @endforeach
Skills
    @foreach (json_decode($volunteer->skills) as $item)
  • {{ $item }}
  • @endforeach
Educations
    @foreach (json_decode($volunteer->educations) as $item)
  • {{ $item }}
  • @endforeach
Languages
    @foreach (json_decode($volunteer->languages) as $item)
  • {{ $item }}
  • @endforeach

Personal identity

View CV
@endsection @section('modal') @endsection @section('scripts') @if (empty($volunteer->status)) @elseif ($volunteer->status == 'shortlist') @endif @endsection