@php $vendor_type_list = !empty($vendor_types) ? $vendor_types->pluck('name', 'id')->toArray() : []; $firm_types = [ 'Proprietorship' => 'Proprietorship', 'Partnership' => 'Partnership', 'LLP' => 'LLP', 'Limited' => 'Limited', 'PVT LTD' => 'PVT LTD', 'Other' => 'Other', ]; @endphp @extends('admin.layouts.layouts') @section('title', 'Create | Vendors') @section('page-css') @endsection @section('content')