@php $practiceName = \App\Models\SiteSetting::get('practice_name', 'Shavhani Attorneys'); $tagline = \App\Models\SiteSetting::get('tagline', 'Think Is Practical'); $navLinks = [ ['route' => 'home', 'label' => 'Home', 'match' => 'home'], ['route' => 'about', 'label' => 'About', 'match' => 'about'], ['route' => 'services.index', 'label' => 'Practice Areas', 'match' => 'services.*'], ['route' => 'blog.index', 'label' => 'Blog', 'match' => 'blog.*'], ['route' => 'faq', 'label' => 'FAQ', 'match' => 'faq'], ['route' => 'contact', 'label' => 'Contact', 'match' => 'contact'], ]; @endphp