@php use App\Models\Admin; @endphp @extends('admin/layouts/master') @section('title') {{ config()->get('app.name') }} | {{ trns('Admin') }} @endsection @section('page_name') {{ trns('Admin') }} @endsection @section('content')

{{ trns('Dashboard Overview') }}

{{ trns('users_counts') }}

{{ trns('Offers') }}

{{ trns('Places') }}

{{ trns('Accomodation') }}

{{ trns('Restaurant') }}

{{ trns('Organization') }}

{{ trns('Transportation') }}

{{ trns('User Management') }}

{{ GetCount('Admin') }}

{{ trns('admins Count') }}

{{ GetCount('User') }}

{{ trns('users Count') }}

{{ GetCount('Vendor') }}

{{ trns('vendors Count') }}

{{ trns('Offers & Promotions') }}

{{ GetCount('Offer') }}

{{ trns('Offers Count') }}

{{ GetCount('Suitcase') }}

{{ trns('Suitcases_Count') }}

{{ GetCount('Coupon') }}

{{ trns('Coupons Count') }}

{{ trns('Geography & Infrastructure') }}

{{ GetCount('City') }}

{{ trns('Citys Count') }}

{{ GetCount('Country') }}

{{ trns('Countries Count') }}

{{ GetCount('ModelFacility') }}

{{ trns('ModelFacility Count') }}

{{ trns('Accommodations') }}

{{ GetCount('Room') }}

{{ trns('Rooms Count') }}

{{ $RoomReservation }}

{{ trns('RoomReservations Count') }}

{{ GetCount('Lodge') }}

{{ trns('Lodges Count') }}

{{ trns('Restaurants & Dining') }}

{{ GetCount('RestaurantCategory') }}

{{ trns('RestaurantCategorys Count') }}

{{ $RestaurantReservation }}

{{ trns('RestaurantReservations Count') }}

{{ GetCount('Restaurant') }}

{{ trns('Restaurants Count') }}

{{ trns('Transportation') }}

{{ GetCount('Company') }}

{{ trns('Companys Count') }}

{{ $BusReservation }}

{{ trns('BusReservations Count') }}

{{ GetCount('LodgeRule') }}

{{ trns('LodgeRules Count') }}

{{ trns('Organizations') }}

{{ GetCount('Way') }}

{{ trns('Ways Count') }}

{{ $OrganizationReservation }}

{{ trns('OrganizationReservations Count') }}

{{ GetCount('Organization') }}

{{ trns('Organizations Count') }}

{{-- end of numbers --}} {{-- charts --}} @endsection @section('js') {{-- offers charts --}} {{-- places charts --}} {{-- Accomodation charts --}} {{-- restaurant charts --}} {{-- Organization charts --}} {{-- Transportation charts --}} @endsection