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

{{{ isset($config) ? "Editar": "Cadastrar" }}} Configuração de Ecommerce

@csrf
@if($errors->has('nome'))
{{ $errors->first('nome') }}
@endif

Exemplo Loja Slym

@if($errors->has('link_facebook'))
{{ $errors->first('link_facebook') }}
@endif
@if($errors->has('link_twiter'))
{{ $errors->first('link_twiter') }}
@endif
@if($errors->has('link_instagram'))
{{ $errors->first('link_instagram') }}
@endif
@if($errors->has('rua'))
{{ $errors->first('rua') }}
@endif
@if($errors->has('numero'))
{{ $errors->first('numero') }}
@endif
@if($errors->has('bairro'))
{{ $errors->first('bairro') }}
@endif
@if($errors->has('cidade'))
{{ $errors->first('cidade') }}
@endif
@if($errors->has('uf'))
{{ $errors->first('uf') }}
@endif
@if($errors->has('cep'))
{{ $errors->first('cep') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('telefone'))
{{ $errors->first('telefone') }}
@endif
@if($errors->has('latitude'))
{{ $errors->first('latitude') }}
@endif
@if($errors->has('longitude'))
{{ $errors->first('longitude') }}
@endif
@if($errors->has('frete_gratis_valor'))
{{ $errors->first('frete_gratis_valor') }}
@endif
@if($errors->has('mercadopago_public_key'))
{{ $errors->first('mercadopago_public_key') }}
@endif
@if($errors->has('mercadopago_access_token'))
{{ $errors->first('mercadopago_access_token') }}
@endif
@if($errors->has('google_api'))
{{ $errors->first('google_api') }}
@endif
@if($errors->has('funcionamento'))
{{ $errors->first('funcionamento') }}
@endif
@if($errors->has('politica_privacidade'))
{{ $errors->first('politica_privacidade') }}
@endif
logo == "") style="background-image: url(/ecommerce/logo.png)" @else style="background-image: url(/ecommerce/logos/{{$config->logo}})" @endif >
.png @if($errors->has('file'))
{{ $errors->first('file') }}
@endif
@if($errors->has('src_mapa'))
{{ $errors->first('src_mapa') }}
@endif

* Somente o src do iframe

Selecione o tema:

tema_ecommerce == 'ecommerce') class="img-template-active" @else class="img-template" @endif>
tema_ecommerce == 'ecommerce_one_tech') class="img-template-active" @else class="img-template" @endif>
tema_ecommerce == 'ecommerce_one_tech') style="visibility: hidden" @endif class="form-group row cor">
@section('javascript') @endsection @endsection