@extends('layouts.admin') @section('title', 'Edit Church') @section('page-title', 'Edit Church') @section('page-subtitle', $church->name) @section('content')
@if(session('success'))
{{ session('success') }}
@endif

Church Information

@csrf @method('PUT')
@if($church->logo)
{{ $church->name }}
@endif
@if($church->logo) @endif
Cancel
@endsection