@extends('layouts.master') @section('title') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Orders @endslot @slot('title') List @endslot @endcomponent
|
total price | items count | status | order deliver type | geo | items | products | address | created_at | updated_at | Action |
---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $order['total_price'] }} | {{ $order['items_count'] }} | {{ $order['status_id'] }} | {{ $order['deliverType']['delivery_name']}} price :{{ $order->deliverType['price']}} | {{ $order->geo['area_name']}} price :{{ $order->geo['price']}} | {{ $order['address_id'] }} |
@foreach ( $order['items'] as $item )
products {{ $item['products']['title']}} price : {{ $item['price'] }} deposit : {{ $item['price'] }} quantity : {{ $item['quantity'] }}
@endforeach |
{{ $order['created_at'] }} | {{ $order['updated_at'] }} |
Showing 0 to 0 of 0 entries