@extends('layouts.app') @section('title', 'Customers') @section('breadcrumb') @endsection @section('content') {{-- Stats --}}
@foreach([['Total','total','#EBF3FB','#1B4F8A'],['Active','active','#d1e7dd','#0a3622'],['Inactive','inactive','#f8d7da','#842029']] as [$label,$key,$bg,$color])
{{ $label }}
{{ $stats[$key] }}
@endforeach
{{-- Search --}}
{{-- Table --}}
Customer & Job List
@forelse($tree as $customer) @include('masters.customers._tree', ['items' => [$customer], 'level' => 0, 'expandAll' => $expandAll ?? false]) @empty @endforelse
Customer / Job Contact Currency Terms Type Status Actions

No customers found.

Add First Customer
@endsection @push('scripts') @endpush