@extends('layouts.app') @section('css') @endsection @section('content')
@include('layouts.includes.preference_menu')
{{ __('Theme Preferences') }}
{!! csrf_field() !!}
{{ __('Theme Mode') }}

{{ __('Header Background') }}

{{ __('Menu Background') }}

{{ __('Menu Brand Color') }}

{{ __('Menu Item Active Color') }}

{{ __('Navbar Image') }}

{{ __('Theme Layout') }}

{{ __('Menu List Icon') }}

{{ __('Menu Dropdown Icon') }}

@endsection @section('js') @endsection