{{-- Seva Connect - Dashboard
Onboards

{{ $totalOnboards }}

View List
Connect Stories

{{ $totalConnectstories }}

View List
Opportunities

{{ $opportunitiescount }}

View List
Chat Details

{{$totalChatBot}}

View List
Social Organization

{{$recommendationcount}}

View List
Evaluation

{{$soevaluationcount}}

View List
Individual

{{ $individual }}

View List
Idependant Organization

{{ $independent }}

View List
--}} Sewa Connect - Dashboard
@php $dashboardCards = [ ['title' => 'Onboards', 'count' => $totalOnboards, 'route' => 'recommendlist_master', 'color' => 'primary'], ['title' => 'Connect Stories', 'count' => $totalConnectstories, 'route' => 'connectstories_master', 'color' => 'success'], ['title' => 'Opportunities', 'count' => $opportunitiescount, 'route' => 'event_master', 'color' => 'danger'], ['title' => 'Chat Details', 'count' => $totalChatBot, 'route' => 'chat_master', 'color' => 'warning'], ['title' => 'Social Organization', 'count' => $recommendationcount, 'route' => 'recommendlist_master', 'color' => 'warning'], ['title' => 'Evaluation', 'count' => $soevaluationcount, 'route' => 'recommendlist_master', 'color' => 'danger'], ['title' => 'Individual', 'count' => $individual, 'route' => 'individual_list', 'color' => 'success'], ['title' => 'Independent Organization', 'count' => $independent, 'route' => 'independent_org_list', 'color' => 'primary'], ]; @endphp @foreach($dashboardCards as $card)
{{ $card['title'] }}

{{ $card['count'] }}

View List
@endforeach