@php $buyers = \App\Models\Buyer::all(); // Fetch all buyers from the database $selectedBuyer = old('buyer_id', $contract->buyer_id ?? ''); // Get the selected buyer ID from the old input or contract data @endphp
@error('sales_contract_no')
{{ $message }}
@enderror
@error('contract_date')
{{ $message }}
@enderror
$
@error('sales_contract_value')
{{ $message }}
@enderror
@error('quantity_pcs')
{{ $message }}
@enderror
$
@error('fob')
{{ $message }}
@enderror
@error('revised_contract_details')
{{ $message }}
@enderror