@extends('layout.master', ['headerTitle' => 'Dashboard']) @section('style') @endsection @section('body')
{{ $totalCompanies }} Companies
{{ $totalLabours }} Labours
{{ $totalMulajims }} Mulajims

Order Status

@foreach($orderStatusCounts as $status) @endforeach

Users

Order Containers

Weekly Report

Recent Orders

Order ID Company Name Date Placed Status
@endsection @push('scripts') {{-- For Pie Chart --}} @endpush