@php $items = [ ['title' => 'Overview', 'url' => route('dashboard'), 'icon' => 'layout-dashboard'], ['title' => 'Deals', 'url' => route('deals.index'), 'icon' => 'handshake'], ['title' => 'Wallets', 'url' => route('wallets.index'), 'icon' => 'wallet'], ['title' => 'Transactions', 'url' => route('transactions.index'), 'icon' => 'arrow-left-right'], ['title' => 'Notes', 'url' => route('notes.index'), 'icon' => 'sticky-note'], ]; @endphp