@if(Request::is('/')) @else @endif
@guest @php $top_nav_col_1 = 'col-12 col-md-6 col-lg-6 col-xl-6'; $top_nav_col_2 = 'col-8 col-md-3 col-lg-3 col-xl-3'; $top_nav_col_3 = 'col-4 col-md-3 col-lg-3 col-xl-3'; @endphp @endguest @auth @if(in_array(auth()->user()->role_id, [1,2])) @php $top_nav_col_1 = 'col-12 col-md-4 col-lg-4 col-xl-4'; $top_nav_col_2 = 'col-8 col-md-4 col-lg-4 col-xl-4'; $top_nav_col_3 = 'col-4 col-md-4 col-lg-4 col-xl-4'; @endphp @else @php $top_nav_col_1 = 'col-12 col-md-6 col-lg-6 col-xl-6'; $top_nav_col_2 = 'col-8 col-md-3 col-lg-3 col-xl-3'; $top_nav_col_3 = 'col-4 col-md-3 col-lg-3 col-xl-3'; @endphp @endif @endauth {{--
--}} {{--
--}}
{{-- Mobile menu --}}
{{-- / Mobile menu --}}
@push('js') @endpush
{{-- Main Menu --}} @if (!empty(setting('MAIN_MENU_STYLE'))) @include('layouts.frontend.partials.partial-part.header_main_menu_' . setting('MAIN_MENU_STYLE')) @else @include('layouts.frontend.partials.partial-part.header_main_menu_1') @endif
{{-- Header Advance Search - When Click Search icon then automatic this section in top with fixed search bar --}} @include('layouts.frontend.partials.partial-part.header_advance_search') @push('js') @endpush