@extends('layouts.app') @section('title', 'Pilih Product') @section('sidebar') @endsection @section('content')

Buat Quotation Baru

Step 2 dari 3: Pilih Product

Buyer Terpilih:

{{ $buyer->name }} ({{ $buyer->code }})

@csrf

Pilih Product

@forelse($products as $product) @empty
📦

Belum ada data product. Silakan hubungi SuperAdmin untuk menambahkan product.

@endforelse
@if($products->count() > 0)
← Kembali
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush