@extends('back_office.layouts.app') @section('content') {{$allCars}} Total {{$doneCars}} Completed {{$doingCars}} In progress {{ $remainingCars }} Not Completed {{$cancelledCars}} Cancelled Customer All @foreach($customers as $customer) {{$customer->name}} @endforeach Status All Not Assigned Assigned Doing Done Cancelled Plate Number Start Date End Date Search @csrf Team All @foreach($teams as $team) {{$team->name}} @endforeach Worker All @foreach($workers as $worker) {{$worker->name}} @endforeach Search {!! $dataTable->table() !!} @push('scripts') @endpush @endsection
Total
Completed
In progress
Not Completed
Cancelled