@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}} ({{$filterShow}})

@if(isSuperAdmin()) @endif @if(rolesAccess('All Leads', 'export') || isSuperAdmin() || isAdmin())
@endif @if(!empty($filter)) @endif
@forelse($employmentWiseData as $data) @empty @endforelse
Employment Status Total Count Percentage
{{ $data->employed }} {{ $data->total_count }} {{ $data->percentage }}%
No records found.
@endsection @section('custom-js') @endsection