{!! Form::open(['route' => ['alterarConfiguracoes','subdominio' => Route::input("subdominio")]]) !!} {!! Form::hidden('id_config', $site ->configuracao->id, ['class'=>'form-control']) !!} {!! Form::hidden('tema_id', $site ->configuracao->tema->id, ['class'=>'form-control']) !!} @php $habilitado = $whatsapp ? ($whatsapp ->conteudosMetas() ->where('meta_key','habilitado') ->first() ->meta_valor ?? 'false') : 'false'; @endphp
@php $whatsapp = $site ->configuracao ->conteudos() ->where('tipo','whatsapp') ->first(); @endphp
@php $posicao = $whatsapp ? ($whatsapp ->conteudosMetas() ->where('meta_key','posicao') ->first() ->meta_valor ?? 'right') : 'right'; @endphp
Esquerda
Direita
{!! Form::close() !!}