@php $tenant = auth()->user()->tenant; $tasksData = [ 'companyName' => $tenant->company_name, 'tasksEndpoint' => url('/api/tasks'), ]; @endphp