@extends('templates.theme-five') @section('titulo-pagina') @if(!empty($site->informacao->nome_comercial)) {{ $site->informacao->nome_comercial }} - Contato @else Contato @endif @endsection @section('head') @endsection @section('styles') @endsection @section('menu-contato') active @endsection @section('imagem-header') @if($conteudo->conteudos()->where('tipo','banner_pagina')->first()) {{route('arquivo.show',$conteudo->conteudos()->where('tipo','banner_pagina')->first()->imagem)}} @else {{asset('theme-five/img/bg.jpg')}} @endif @endsection @section('header') @if($conteudo->conteudos()->where('tipo','titulo_pagina')->first())
{{session('sucesso')}}