@extends('layouts.admin') @section('title', $church->name) @section('page-title', $church->name) @section('page-subtitle', 'Branch Details') @section('content')
{{ $church->tagline ?? 'No tagline set' }}
{{ $church->email }}
Phone
{{ $church->phone }}
Address
{{ $church->address }}
Service Times
{{ $church->service_times }}