@extends('ecommerce.default') @section('content')

Telefone

{{$default['config']->telefone}}

Endereço

{{$default['config']->rua}}, {{$default['config']->numero}} - {{$default['config']->bairro}}

Funcionamento

{{$default['config']->funcionamento}}

Email

{{$default['config']->email}}

@if($default['config']->src_mapa != "")

{{$default['config']->cidade}}

  • Telefone: {{$default['config']->telefone}}
  • Endereço: {{$default['config']->rua}}, {{$default['config']->numero}} - {{$default['config']->bairro}}
@endif

Deixe uma mensagem

@if(sizeof($errors) > 0)
@endif
@csrf
0) autofocus @endif type="text" name="nome" value="{{old('nome')}}" placeholder="Nome"> @if($errors->has('nome')) @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('texto')) {{ $errors->first('texto') }} @endif
@endsection