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


Save