@extends('layouts.main') @section('container')

{{ $page_title }}

@csrf

{{-- --}} {{-- --}}
No. Nama Merchant Garansi QuantityDiskonHarga Sub Total Action
1 Wplus W1 2Rp 0Rp 1.200.000 Rp 2.400.000
@if (!$create)
Status {{ $order->status }}
Seller {{ $order->seller_name }}
Showroom {{ $order->customer_name }}
@endif @if ($create) @endif
@if ($order->status == 'unpaid')
@else @endif
@endsection