@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.stores_dashboard')}} @endsection @section('style') @endsection @section('content')
{{trans('stores_dashboard.welcome')}}
{{trans('stores_dashboard.recent_orders_desc')}}
{{trans('stores_dashboard.number')}} | {{trans('stores_dashboard.order_number')}} | {{trans('stores_dashboard.name')}} | {{trans('stores_dashboard.deliver_address')}} | {{trans('stores_dashboard.total_price')}} | {{trans('stores_dashboard.created_at')}} | {{trans('stores_dashboard.deliver_time')}} | ||
---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{$order->citc_referenceCode}} | {{$order->user?->name}} | {{$order->receive_address}} | {{$order->total_price}} | {{date('d-m-Y', strtotime($order->created_at))}} | {{$order->deliver_time}}{{trans('stores_dashboard.hour')}} |
{{$product->desc}}
{{$review->comment}}