@extends('public.layout.app') @section('title','Online Order | PACHA PAINTS') @section('body')
Online Order

Place your order

Choose products and quantities. We’ll confirm by phone.
Browse Products
@if(session('success'))
{{ session('success') }}
@endif
Select Items
@foreach($products as $p)
{{ $p['title'] }}
{{ $p['code'] }} • {{ $p['sizes'] }}
@endforeach
* Qty د لیټر/ډبه/بالټۍ په اساس تنظیم کړئ (ستاسو د سیستم مطابق).
Customer Details
@csrf
Order Summary
Selected items will appear here.
* Payment integration وروسته اضافه کېدای شي (Cash on delivery / bank transfer).
{{-- Hidden real inputs for items --}}
@push('scripts') @endpush @endsection