@extends('backend.layouts.master') @section('title','Dashboard') @section('css') @endsection @section('content')

Dashboard

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

{{greeting_msg()}}, {{ucfirst(Auth::user()->name)}}!

Here's what's happening with your website today.

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

Total Menu

{{--
--}} {{--
--}} {{-- --}} {{-- +16.24 %--}} {{--
--}} {{--
--}}

Total: {{$menus}}

Manage menus

Total Pages

Total: {{$pages}}

Manage Pages

Total Blog Category

Total: {{$blog_cat}}

See all category

Total Sliders

Total: {{$sliders}}

View all list

System Users

@foreach($allusers as $user) @endforeach
Member Contact Gender Status
{{ucwords(@$user->name)}}

{{ucwords(@$user->user_type)}}

{{($user->contact == null) ? 'Not Added':@$user->contact}}
{{ucwords($user->gender)}} @if($user->status == 0) Inactive @else Active @endif

Latest Services

View all
    @if(count($services)>0) @foreach($services as $service)
  • {{$service->title}}

    {{$service->slug}}

    {{\App\Models\User::find($service->created_by)->name}}

    {{\Carbon\Carbon::parse(@$service->created_at)->isoFormat('MMMM Do, YYYY')}}

  • @endforeach @else
  • There are no new services created yet !

    click here to create one.

  • @endif

News Feed

@if(count($feeds)>0) @foreach($feeds as $feed)
{{ ucwords(@$feed->title) }}

{{ucfirst(@$feed->category->name)}} {{\Carbon\Carbon::parse(@$feed->created_at)->isoFormat('MMMM Do, YYYY')}}

@endforeach @else
  • There are no new blog created yet !

    click here to create one.

  • @endif
    Recent Activity
    Purchase by James Price

    Product noise evolve smartwatch

    02:14 PM Today
    Added new style collection

    By Nesta Technologies

    9:47 PM Yesterday

    Natasha Carey have liked the products

    Allow users to like products in your WooCommerce store.

    25 Dec, 2021
    Today offers by Digitech Galaxy

    Offer is valid on orders of Rs.500 Or above for selected products only.

    12 Dec, 2021
    Favoried Product

    Esther James have favorited product.

    25 Nov, 2021
    Flash sale starting Tomorrow.

    Flash sale by Zoetic Fashion

    22 Oct, 2021
    Monthly sales report

    2 days left notification to submit the monthly sales report. Reports Builder

    15 Oct
    Frank Hook Commented

    " A product that has reviews is more likable to be sold than a product. "

    26 Aug, 2021
    Products Reviews

    " Great product and looks great, lots of features. "

    - by Force Medicines

    " Amazing template, very easy to understand and manipulate. "

    - by Henry Baird

    "Very beautiful product and Very helpful customer service."

    - by Zoetic Fashion

    " The product is very beautiful. I like it. "

    - by Nancy Martino
    Customer Reviews
    4.5 out of 5
    Total 5.50k reviews
    5 star
    2758
    4 star
    1063
    3 star
    997
    2 star
    227
    1 star
    408
    @endsection @section('js') @endsection