@extends('front.layout.master') @section('content')

@lang('front.previousOrder')

@lang('front.orders')

@foreach($data as $key => $order)
{{$key}}
{{$order->count()}} @lang('front.order')
@foreach($order as $or)
@lang('front.orderNumber'){{$or->order_number}} #
{{$or->created_at->format('d-m-Y')}}
@lang('front.total') {{number_format($or->total_price , 3)}}@lang('front.KD')
@lang('front.order') : {{$or->status}}
@lang('front.OrderDetails')
@endforeach @endforeach

@lang('front.OrderDetails')

@endsection @push('js') @endpush