@include('layouts.admin.settingsbar')
@include('partials._page_header', ['pageTitle' => 'General Settings']) @include('partials.message')
@csrf
{{-- Church Full Name --}} {{-- Church Short Name --}} {{-- Site Logo --}} {{-- Favicon --}}
{{ $errors->first('church_full_name') }}
{{ $errors->first('church_short_name') }}
{{-- 360×90 preview area --}}
@if(\Config::get('settings.logo')) @else
No logo uploaded
@endif

Preferred size: 360 × 90 px (4 : 1 ratio) — PNG or SVG with transparent background. Max 2 MB.

{{ $errors->first('church_logo') }}
{{-- 64×64 display preview (shown at a readable size) --}}
@if(\Config::get('settings.favicon')) @else
ICO
@endif
Shown in browser tab & bookmarks.
512 × 512 px PNG only.
{{ $errors->first('favicon') }}