@php $groups = \App\Models\Group::all(); $departments = \App\Models\Department::where('company_id', auth()->user()->company_id)->orderBy('id', 'desc')->get(); $currency_symbol = auth()->user()->company->currency_symbol; @endphp {{--open in modal--}} {{--open new tab--}} {{----}} @include('modal-scripts')