@extends('admin.settings.layout') @section('settings-content')
@csrf
Branding
@if($logo = \App\Models\Setting::get('site_logo')) Logo @else
No Logo Uploaded
@endif
Recommended size: 200x50px (PNG/WebP)
@if($favicon = \App\Models\Setting::get('site_favicon')) Favicon @else
No Favicon Uploaded
@endif
Recommended size: 32x32px (ICO/PNG)

Footer & Social
@php $social = json_decode(\App\Models\Setting::get('social_links', '[]'), true); @endphp

Security & Code Protection
Disables right-click and blocks F12/Inspect shortcuts to prevent casual code inspection.
@endsection