@extends('layouts.app') @push('styles') @endpush @section('content')

Shopping Cart

{{-- --}} @foreach ($order->item as $key => $product) {{-- --}} @endforeach
Product Name & Details Price Quantity Total
{{ $product->product_name }} Color:   Size: EU 37   Ships from: China
Rp.{{ $product->price }} Rp.{{ $product->price*$product->qty }}×
{{-- --}}
{{--
$20
--}}
Rp.{{ $order->getTotalAmount() }}
status != 'created') onclick="return false;" @endif>Cancel Order @if ($order->status == 'created' || $order->status == 'pending') @else {{ $order->status}} @endif
@endsection @push('scripts') @endpush