@extends('layouts.backend.app')
@section('header-script')
@stop
@section('footer-script')
@stop
@section("content")
{{--
Statut Actuel : {{ get_commande_status_by_text($prospect->status) }}
--}}
@foreach($order_status as $status)
-
{{ get_commande_status_by_text($status->order_status) }}
{{ date('d/m/Y H:i:s', strtotime($status->created_at))}}
Acteur : {{$status->firstname.' '.$status->lastname}}
@endforeach
@stop