Create Buyer buyer
@csrf @php $divisions = App\Models\Division::all(); @endphp
@php $companies = App\Models\Company::all(); @endphp


Save