@extends('layouts.app') @section('title', 'Branding & Settings') @section('breadcrumb') Admin Settings @endsection @section('content') @if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
{{-- Left Column: Settings --}}
{{-- App Identity --}}

App Identity

Shown in sidebar, title bar, and emails.
@if($settings['app_logo']) @else {{ strtoupper(substr($settings['app_name'], 0, 1)) }} @endif
PNG, JPG, SVG. Max 2MB. @if($settings['app_logo']) @endif
{{-- Color Scheme --}}

Color Scheme

Buttons, links, active states
Secondary highlights, hover
Sidebar panel background
Sidebar labels and icons
{{-- Right Column: Live Preview --}}

Live Preview

{{-- Mini Sidebar --}}
{{ $settings['app_name'] }}
{{-- Mini Content --}}
Button
Sample Card
This is how your brand colors will appear throughout the app.
Active
@endsection @push('scripts') @endpush