@extends('admin.layouts.app') @section('title', 'Site Settings') @section('breadcrumb') @endsection @section('content')
@csrf
{{-- General --}}
General
{{-- Contact --}}
Contact Information
{{-- Social --}}
Social Media Links
{{-- Logo --}}
Site Logo
@php $logo = \App\Models\SiteSetting::get('logo'); @endphp @if($logo) @else @endif
PNG with transparent background recommended. Max 1MB.
Cache Note

Settings are cached for performance. Saving this form automatically clears the settings cache.

@endsection