@extends('layout.master', ['title' => 'Pending Order']) {{-- Import the Product class --}} @section('meta') @endsection @section('content')
| # | Order Token | Address | Total Price | Action | Nothing to show :< @endif @foreach ($orders as $key => $order) @php $totalPrice=0; @endphp @foreach ($order->order_list as $index => $order_list) @php $totalPrice+=$order_list->price; @endphp @endforeach |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $order->order_token }} | {{ $order->address }} | {{ $order->total_price+$totalPrice }} |