@extends('layouts.backend.app') @section('header-script') @stop @section('footer-script') @stop @section("content")

Timeline de la commande

{{--

Statut Actuel : {{ get_commande_status_by_text($prospect->status) }}

--}}
    @foreach($order_status as $status)
  1. {{ get_commande_status_by_text($status->order_status) }}
  2. @endforeach
    @foreach($order_status as $status)
  1. {{ get_commande_status_by_text($status->order_status) }}

    {{ date('d/m/Y H:i:s', strtotime($status->created_at))}}

    Acteur : {{$status->firstname.' '.$status->lastname}}

  2. @endforeach
@stop