{{ucwords($church->name)}}

Historical Facts
@if($church->historical_facts != '') @php $historical_facts = json_decode($church->historical_facts); @endphp
    @foreach($historical_facts as $key => $value)
  • {{$value}}
  • @endforeach
@endif
Go to nearby Jollibee store
@if(!empty($nearby)) @else @endif