@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page css files --}} @endsection @section('content') @if(session()->has('success')) @endif @if(session()->has('error')) @endif

@isset($category_count) {{ $category_count }} @else 0 @endisset

Categories

@isset($product_count) {{ $product_count }} @else 0 @endisset

Products

@isset($order_count) {{ $order_count }} @else 0 @endisset

Orders

@isset($member_count) {{ $member_count - 1 }} @else 0 @endisset

Members

{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- Latest Products--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
NOProduct NameCategoryPriceTypeRegionStatus
--}} {{-- 1--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- Product Name--}} {{--
--}} {{--
--}} {{-- Category Name--}} {{-- Rs.0/=--}} {{-- Unknown--}} {{-- --}} {{-- Unknown--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- Latest Booking--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
NOCustomer NameProgramDateTimeGuestsStatus
--}} {{-- 1--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- Customer Name--}} {{--
--}} {{--
--}} {{-- Program--}} {{-- dd-mm-yyyy--}} {{-- hh:mm--}} {{-- --}} {{-- Unknown--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} {{-- --}} @endsection