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

Total

{{$doneCarpets}}

Completed

{{$doingCarpets}}

In progress

{{ $remainingCarpets }}

Not Completed

{{$cancelledCarpets}}

Cancelled


{{--
--}}

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