@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Here's what's happening with your orders today.
Total Orders
Revenue
Pending
In Progress
Completed
Cancelled
Add a new customer order
@endcan @can('view orders')See all orders and status
@endcan @can('manage users')Add or edit system users
@endcan