@extends('layouts.admin.layout') @section('content')

Church Details

@include('partials.message')
@csrf {{-- Site Title --}} {{-- Site Description --}} {{-- Site Keyword --}} {{-- Church Logo --}} {{-- Favicon --}} {{-- Short Summary --}} {{-- Long Summary --}} {{-- Quotes --}} {{-- Phone --}} {{-- Email --}} {{-- Address --}} {{-- Website --}} {{-- Facebook --}} {{-- Twitter --}} {{-- Instagram --}} {{-- Submit --}}
{{ $errors->first('site_title') }}
{{ $errors->first('site_description') }}
{{ $errors->first('site_keyword') }}
{{-- 4:1 rectangle preview --}}
@if($churchdetail['church_logo']) @else
No logo uploaded
@endif
{{-- Upload control + help --}}

Appears on your website header and emails.
Preferred size: 360 × 90 px (4 : 1 ratio), PNG or SVG with transparent background.
Max file size: 2 MB.

{{ $errors->first('church_logo') }}
{{-- Current preview --}}
@if($churchdetail['favicon']) @else
ICO
@endif
{{-- Upload control + help --}}

The small icon shown in browser tabs and bookmarks.
Recommended: 32 × 32 px or 16 × 16 px, ICO or PNG format.
Max file size: 512 KB.

{{ $errors->first('favicon') }}
{{ $errors->first('short_summary') }}
{{ $errors->first('long_summary') }}
{{ $errors->first('quotes') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('address') }}
{{ $errors->first('website') }}
{{ $errors->first('facebook') }}
{{ $errors->first('twitter') }}
{{ $errors->first('instagram') }}
@endsection @push('scripts') @endpush