@extends('backend.app') @push('css') @endpush @section('content')

Order Edit

@csrf @method('PUT')
@foreach($item->details as $line) @endforeach
Image Product Quantity Sell Price Discount Subtotal Action
{{$line->product->name}} {{$line->unit_price * $line->quantity}}
These fields only for Redx Courier Service
These fields only for Pathao Courier Service
@foreach($orderbyNumber as $orbynum) @endforeach
Order Id Product Customer IP Address Status Assign User
{{ $orbynum->id }} {{ $orbynum->first_name }} {{ $orbynum->last_name }} {{ $orbynum->ip_address }} {{ $orbynum->status }} {{ $orbynum->assign?$orbynum->assign->username:''}}
@endsection @push('js') @endpush