@extends('ecommerce_one_tech.default') @section('content')
Telefone
{{$default['config']->telefone}}
Email
{{$default['config']->email}}
Endereço
{{$default['config']->rua}}, {{$default['config']->numero}} - {{$default['config']->bairro}}
Deixe uma mensagem
@if(sizeof($errors) > 0)
@endif
@csrf
0) autofocus @endif type="text" id="contact_form_name" name="nome" class="contact_form_name input_field @if($errors->has('nome')) is-invalid @endif" placeholder="Nome" value="{{old('nome')}}">
@if($errors->has('texto')) {{ $errors->first('texto') }} @endif
@endsection