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

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

*Para Delivery do tipo mercado

@if($errors->has('titulo'))
{{ $errors->first('titulo') }}
@endif
@if($errors->has('descricao'))
{{ $errors->first('descricao') }}
@endif
Imagem 1920x730px
@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