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

@php $departments = App\Models\Department::all(); @endphp

{{--
--}}


Save