@extends('layouts.modals.modal-base.index') @section('title', 'Order Details') @section('modal-class', 'modal-md') @section('content') @php $commonClass = "form-group d-flex justify-content-between mt-5"; @endphp
Itm-title | Itm-quantity | Itm-amount | ebay itemId |
---|---|---|---|
{{ $item->title }} | {{ $item->quantity }} | {{ $item->amount }} | {{ $item->ebay_item_id }} |