@extends('layouts.main') @section('title', 'Navbar') @section('content') @push('head') @endpush

{{ __('Header Color') }}

header-theme="light"

Add header-theme="light" attribute in .header-top class

header-theme="dark"

Add header-theme="dark" attribute in .header-top class

header-theme="blue"

Add header-theme="blue" attribute in .header-top class

header-theme="red"

Add header-theme="red" attribute in .header-top class

header-theme="orange"

Add header-theme="orange" attribute in .header-top class

header-theme="green"

Add header-theme="green" attribute in .header-top class

header-theme="purple"

Add header-theme="purple" attribute in .header-top class

@endsection