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

Buat Quotation Baru

Step 1 dari 3: Pilih Buyer/Customer

@csrf

Pilih Buyer/Customer

@forelse($buyers as $buyer) @empty
👥

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

@endforelse
@if($buyers->count() > 0)
Batal
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush