@php $tabs = [ ['name' => 'My Properties', 'link' => 'landlord.property.index'], ['name' => 'Viewings', 'link' => 'landlord.property.views'], ['name' => 'Offers', 'link' => 'landlord.property.offer'], ['name' => 'Documents', 'link' => 'landlord.property.document'], ['name' => 'Finances', 'link' => 'landlord.finances'], ['name' => 'Maintenance', 'link' => 'landlord.maintenance'] ]; @endphp