@extends('backend.dashboard.layout.master') @section('content')

Add Order

Filter
Create
@if (isset($method) && $method == 'PUT') @method('PUT') @endif @csrf

Client Details

@if (isset($method) && $method == 'PUT')
#13409
@endif

Select Products

Select one or more products from the list below by ticking the checkbox.
Total Cost: $ 0.00
@foreach ($product as $item ) @endforeach
Product Qty Remaining
@foreach ($item->product_translates as $item2 ) @if($item2->lang == app()->getLocale()) {{ $item2->name }}
Price: {{ $item->price }}
product ID: {{ $item->id }}
@endif @endforeach
27

Order Details

Shipping Address
Cancel
@endsection