@extends('layouts.admin.base-dashboard') @section('title', 'Settings') @section('content') @include('layouts.admin.include.message')

Customize Appearance

@csrf @method('PATCH')

Logo

{{ $settings->logo ?? 'No logo uploaded' }}

Upload a new logo if needed

Button Color


Background Color


Input Field Background Color


Text Color


Icon Color


Navbar Background Color


Sidebar Background Color


@endsection