@extends('admin.layouts.app', [ 'title' => 'Dashboard | ' . config('app.name'), 'header' => true, 'aside' => true, 'footer' => true, ]) @push('style') @endpush @section('content') @include('admin.components.title-bar', [ 'name' => 'Dashboard', 'routeName' => 'dashboard', ]) @stack('title-bar') {{ $ordersCount }} Bookings View All {{ $ordersCount }} Partner Bookings View All {{ $searchBookingsCount }} Search Cab View All {{ $partnersCount }} App Partners View All {{ $routeFaresCount }} Route Fares View All {{ $fixedPricesCount }} Fixed Prices View All {{ $tourPackagesCount }} Tour Packages View All {{ $localPackagesCount }} Local Packages View All {{ $productsCount }} My Cabs View All @endsection