Create Department Department
@csrf @php $companies = App\Models\Company::all(); $companies = $companies->pluck('name', 'id'); @endphp

Save