@extends('default.layout') @section('content')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif

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

@if($errors->has('link_face'))
{{ $errors->first('link_face') }}
@endif
@if($errors->has('link_twiteer'))
{{ $errors->first('link_twiteer') }}
@endif
@if($errors->has('link_google'))
{{ $errors->first('link_google') }}
@endif
@if($errors->has('link_instagram'))
{{ $errors->first('link_instagram') }}
@endif
@if($errors->has('endereco'))
{{ $errors->first('endereco') }}
@endif
@if($errors->has('telefone'))
{{ $errors->first('telefone') }}
@endif
@if($errors->has('tempo_medio_entrega'))
{{ $errors->first('tempo_medio_entrega') }}
@endif
@if($errors->has('valor_entrega'))
{{ $errors->first('valor_entrega') }}
@endif
@if($errors->has('tempo_maximo_cancelamento'))
{{ $errors->first('tempo_maximo_cancelamento') }}
@endif
@if($errors->has('valor_km'))
{{ $errors->first('valor_km') }}
@endif
@if($errors->has('maximo_km_entrega'))
{{ $errors->first('maximo_km_entrega') }}
@endif
@if($errors->has('entrega_gratis_ate'))
{{ $errors->first('entrega_gratis_ate') }}
@endif

Uitlize Valor KM 0 para entrega com valor fixo

Se marcar esta opção desátivara o valor de entrega padrão e por KM

@if($errors->has('maximo_adicionais'))
{{ $errors->first('maximo_adicionais') }}
@endif
@if($errors->has('maximo_adicionais_pizza'))
{{ $errors->first('maximo_adicionais_pizza') }}
@endif
@if($errors->has('nome_exibicao_web'))
{{ $errors->first('nome_exibicao_web') }}
@endif

Utilize duas palavras

@if($errors->has('latitude'))
{{ $errors->first('latitude') }}
@endif
@if($errors->has('longitude'))
{{ $errors->first('longitude') }}
@endif
Logo 60x60 .png
@if($errors->has('file'))
{{ $errors->first('file') }}
@endif
Logo
@if($errors->has('politica_privacidade'))
{{ $errors->first('politica_privacidade') }}
@endif

@endsection