@extends('back_office.layouts.app') @section('content')
{{$allCars}}

Total

{{$doneCars}}

Completed

{{$doingCars}}

In progress

{{ $remainingCars }}

Not Completed

{{$cancelledCars}}

Cancelled



@csrf

{!! $dataTable->table() !!}
@push('scripts') @endpush @endsection