@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($leadStatusWiseData as $data) @empty @endforelse
Status Total Leads Percentage
{{ $data->status }} {{ $data->total_count }} {{ $data->percentage }}%
No records found.
Grand Total {{ $totalCount }} 100%
@endsection @section('custom-js') @endsection