@extends('admin.layouts.app') @section('tite', 'Welcome to AAA Admin Dashboard') @section('content')
@canany(['list-vehicle_type', 'list-vehicle_make', 'list-vehicle_model', 'list-product', 'list-customer', 'list-order'])
@can('list-vehicle_type')
chart success

Vehicle Types

{{ $vehicleTypesCount }}
View More
@endcan @can('list-vehicle_make')
chart success

Vehicle Makes

{{ $vehicleMakesCount }}
View More
@endcan @can('list-vehicle_model')
chart success

Vehicle Models

{{ $vehicleModelsCount }}
View More
@endcan @can('list-product')
chart success

Products

{{ $productsCount }}
View More
@endcan @can('list-customer')
chart success

Customers

{{ $customerCount }}
View More
@endcan @can('list-order')
chart success

Orders

{{ $ordersCount }}
View More
@endcan
@else

No content for you

{{-- +72.80% --}}
@endcanany
@endsection