@php
$divisions = App\Models\Division::all();
@endphp
@php
$companies = App\Models\Company::all();
@endphp
@php
$departments = App\Models\Department::all();
@endphp
@php
$projects = App\Models\Project::all();
@endphp
@php
$users = App\Models\User::all();
@endphp