@extends('layouts.app') @section('title', 'WHMCS Admin - Order') @section('page-title', 'Order Management') @section('breadcrumb') Dashboard Order Management @endsection @section('operation') New Order @endsection @section('content')
{{ $totalOrders }}
Total Orders
{{ round($changeTotal, 1) }}% from last month
{{ $completedOrders }}
Completed
{{ round($changeCompleted, 1) }}% from last month
{{ $pendingOrders }}
Pending
{{ round($changePending, 1) }}% from last month
{{ $cancelledOrders }}
Cancelled
{{ round($changeCancelled, 1) }}% from last month
Order List
@endsection @push('scripts') @endpush