@props(['content' => config('global.h_content')]) @php $content = json_decode(json_encode($content, false)) @endphp
logo
@auth

Nome: {{Auth::user()->name}}

E-mail: {{Auth::user()->email}}

@csrf Sair
@endauth @guest @livewire('elements.login') @endguest

Sobre a FUNDABOM

{!! $content->oc_content->about !!} {{--About Us--}}
Contact Info
{{ $content->address }}
{{-- {{ $content->phone->number }}
--}} {{ $content->mailto }}
logo
@auth

Nome: {{Auth::user()->name}}

E-mail: {{Auth::user()->email}}

@csrf Sair
@endauth @guest @livewire('elements.login') @endguest
Contact Info
{{ $content->address }}
{{ $content->phone->number }}
{{ $content->mailto }}