@extends('layouts.sistema') @section('titulo', isset($banner) ? 'Editar Banner' : 'Cadastrar Banner') @section('conteudo') @include('sistema/components/navbar')
@include('sistema/components/painel_lateral')

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

@if(isset($errors) && count($errors) >0) @endif @if(session('error_bd')) @endif @if(session('mensagem')) @endif
{{-- formulário --}}
cd_banner : $url_pagina}}"> @method(isset($banner)?'PUT':'') @CSRF {{-- oculta banner --}}
@if(isset($banner))
bn_status == '0') checked @endif/> Banner Oculto
com essa opção habilitada o banner fica oculto no site
@endif
Voltar


{{-- banner edit wrapper --}}
Ingá
@foreach($marca as $key => $value)
pr_slug_marca, $marcasCadastradas) ? 'checked' : '' }}>
@endforeach
{{-- titulos --}}
{{-- link --}}
{{-- banner desktop --}} {{-- banner tablet --}} {{-- banner mobile --}}
@endsection