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

{{{ isset($banner) ? "Editar": "Cadastrar" }}} Banner

*Para Delivery do tipo mercado

@if($errors->has('texto_primario'))
{{ $errors->first('texto_primario') }}
@endif
@if($errors->has('texto_secundario'))
{{ $errors->first('texto_secundario') }}
@endif
Imagem 570x715px
@if($errors->has('file'))
{{ $errors->first('file') }}
@endif
@if(isset($banner)) @endif
inbox @if($errors->has('produto'))
{{ $errors->first('produto') }}
@endif

ativo) checked @endif type="checkbox" id="status" name="status" />

@csrf
@endsection