@extends('layouts.base') @section('title', 'Validation des commandes') @section('content')
{{--

@yield('title')

--}} {{--
Export data to Copy, CSV, Excel, PDF & Print
--}}
@foreach($header as $key => $head) @endforeach @foreach($header as $key => $head) @endforeach @foreach($customers as $customer) @endforeach
{{ ucfirst(__($head)) }}
{{ ucfirst(__($head)) }}
{{$customer->name}} {{$customer->commands()->where('status','PROGRESS')->count()}}
@endsection @section('javascripts') @endsection