@extends('superadmin.layouts.main') @extends('superadmin.layouts.top_bar') @section('page_title', 'Dashboard Screen') @section('header_styles') @endsection @section('header_scripts') @endsection @php $adminsCount = isset($Admins) ? count($Admins) : 0; $shopsCount = isset($Shops) ? count($Shops) : 0; @endphp @section('content')