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

Adicionar Informações da Igreja

@if(Session::has('success'))
{{ Session::get('success') }} @php Session::forget('success'); @endphp
@endif @if(Session::has('error'))
{{ Session::get('error') }} @php Session::forget('error'); @endphp
@endif
@method('PUT')
@if($errors->has('telefone'))

{{ $errors->first('telefone') }}

@endif
@if($errors->has('endereco'))

{{ $errors->first('endereco') }}

@endif
@if($errors->has('historia'))

{{ $errors->first('historia') }}

@endif
@if($errors->has('latitude'))

{{ $errors->first('latitude') }}

@endif
@if($errors->has('latitude'))

{{ $errors->first('longitude') }}

@endif
@if($errors->has('site'))

{{ $errors->first('site') }}

@endif
@if($errors->has('instagram'))

{{ $errors->first('instagram') }}

@endif
@if($errors->has('facebook'))

{{ $errors->first('facebook') }}

@endif
@if($errors->has('youtube'))

{{ $errors->first('youtube') }}

@endif
@if ($sobre->imagem_url!=null)
@endif
@if($errors->has('image'))

{{ $errors->first('image') }}

@endif
@endsection