@extends('layouts.app', ['activePage' => 'listOrder', 'titlePage' => __('Add Order')]) @section('content')

Add New Order

@csrf

Quantity:

shopping_cart

Total:

0

shopping_cart

Shipping Fees:

0

shopping_cart

Total:

0

Product ID Product Name Quantity Price in $ Total in $ Action
{{ __('Back') }}
@endsection @push('js') @endpush