@extends('backend.admin-master') @section('site-title') {{__('Navbar Settings')}} @endsection @section('style') @endsection @section('content')

{{__('Navbar Settings')}}

{{__('This navbar will show compelete website if you are using page builder for your home page, otherwise it will not show in home variant, but shown in all inner pages')}}
@csrf

{{__('Navbar Color Settings')}}

@csrf
@if(in_array(get_static_option('navbar_variant'),['02']))
@endif
{{__('Top Bar Settings')}}
@if(in_array(get_static_option('navbar_variant'),['02','01','04','05']))
@endif @if(in_array(get_static_option('navbar_variant'),['03','05']))
@endif
{{__('Mega Menu Settings')}}
@endsection @section('script') @endsection