@extends('admin.layout') @section('title') Googgles Admin - Dashboard @endsection @section('content')

Welcome back, {{ session()->get('user')->first_name . ' ' . session()->get('user')->last_name }}

{{-- Generate Report --}}
Earnings (Total)
${{ $total_sum }}
Number of orders
{{ $orders_num }}
Number of products
{{ $products_num }}
@endsection