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

Total

{{$doneCars}}

Completed

{{$doingCars}}

In progress

{{ $remainingCars }}

Not Completed

{{$cancelledCars}}

Cancelled



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