Report Table
Report Showing CVS worked on in the current month

@php $counter = 0; @endphp @foreach($cvs as $key => $cv) @php $personal_information_array = !empty($cv->personal_information) ? json_decode($cv->personal_information, true) : []; @endphp @endforeach
# Created On Full Name Email Phone
{{ $counter +=1 }} {{ short_date($cv->created_at) }} {{ $personal_information_array['candidate_first_name'] ?? ''}}   {{ $personal_information_array['candidate_last_name'] ?? ''}}   {{ $personal_information_array['candidate_other_names'] ?? ''}} {{ $personal_information_array['candidate_email'] ?? ''}} {{ $personal_information_array['candidate_phone'] ?? ''}}