{{-- Extends layout --}} @extends('layout.order_layout') @section('styles') @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif

Create New Order

{{-- --}}
{{--
Search
--}}
@foreach ($productPrices as $index=>$productPrice) @endforeach
Sl Item Code Item Name Unit Pack Size Stock Price Add To Cart
{{$index+1}} {{$productPrice->Code}} {{$productPrice->Name}} {{$productPrice->Unit}} {{$productPrice->PackSize}} {{$productPrice->Qty}} {{$productPrice->Price}}
{{--
--}}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection