@php $tenant = auth()->user()->tenant; $quotesData = [ 'companyName' => $tenant->company_name, 'quotesEndpoint' => url('/api/quotes'), ]; @endphp