@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')

{{ __('Welcome back,') }} {{ Auth::user()->name }}!

Today Orders

Today Invoices

Today Customers

@endsection