@extends('layouts.app') @section('style') @endsection @section('content') @include('shared.messages')
{{__('texte.dashboard.number')}} | {{__('texte.dashboard.client')}} | {{__('texte.dashboard.obect')}} | {{__('texte.dashboard.amount')}} | {{__('texte.dashboard.delivery')}} | {{__('texte.dashboard.order_date')}} | {{__('texte.dashboard.status')}} |
---|---|---|---|---|---|---|
{{$order->id}} | {{$order->object->client->name}} | {{$order->object->name}} | {{number_format($order->total_amount,2,',','')}} | {{date('d.m.Y',strtotime($order->delivery_date))}} | {{date('d.m.Y',strtotime($order->created_at))}} | {{__('texte.order_status_arr')[$order->status]}} |