@php use Carbon\Carbon; @endphp
| CODE BL | REF CMD | DATE LIVRAISON | DATE REF | H FAB | CODE CLIENT | CODE CHANTIER | FORMULE | QTE LIV | QTE ACC | VEHICULE | CHAUFFEUR | CENTRALE | H DEP CEN | H ARR CHAN | H DEB VID | H DEP CHAN | H ARR CENT | ANNULE |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$bl->bl_code}} | {{$bl->bl_ref_commande}} | {{Carbon::parse($bl->bl_date_livraison)->format('d/m/Y')}} | {{Carbon::parse($bl->bl_date_ref)->format('d/m/Y')}} | {{Carbon::parse($bl->bl_heure_fab)->format('H:i')}} | {{$bl->lier_client?->client_code}} | {{$bl->lier_chantier?->chantier_code}} | {{$bl->lier_formule?->formule_app_commerciale}} | {{round($bl->bl_qte_livree,2)}} | {{round($bl->bl_qte_acceptee,2)}} | {{$bl->lier_vehicule?->Vehicule_Code}} | {{$bl->lier_chauffeur?->chauffeur_code}} | {{$bl->lier_centrale?->centrale_code}} | {{Carbon::parse($bl->bl_heure_dep_centrale)->format('H:i')}} | {{Carbon::parse($bl->bl_heure_arr_chantier)->format('H:i')}} | {{Carbon::parse($bl->bl_heure_dep_vidange)->format('H:i')}} | {{Carbon::parse($bl->bl_heure_dep_chantier)->format('H:i')}} | {{Carbon::parse($bl->bl_heure_arr_centrale)->format('H:i')}} | {!! $bl->bl_annule==1?'':''!!} |