@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'] }} Qty Details @endforeach * Qty د لیټر/ډبه/بالټۍ په اساس تنظیم کړئ (ستاسو د سیستم مطابق). Customer Details @csrf Full Name Phone Address {{ old('address') }} Order Summary Selected items will appear here. Submit Order Clear * Payment integration وروسته اضافه کېدای شي (Cash on delivery / bank transfer). {{-- Hidden real inputs for items --}} @push('scripts') @endpush @endsection