@props(['type' => 'normal'])
{{-- Logo / Brand --}}
شبکه رویان
{{-- Desktop Nav (links) --}} {{-- Desktop Actions --}} {{-- Mobile Menu Button --}}
{{-- Mobile Menu --}}
@foreach ([ ['url' => url('/'), 'label' => __('Home')], ['url' => route('contact-us'), 'label' => __('Contact Us')], ] as $item) {{ $item['label'] }} @endforeach @auth {{ __('Dashboard') }}
@csrf
@else {{ __('Login') }} {{ __('Register') }} @endauth
{{-- Dark Mode Toggle --}}