@extends('dashboard.layouts.main') @section('PageContent')
Adicionar Banner
@include('dashboard.notifications.flash')
@csrf @method('PUT')
Alterar Imagem
@include('dashboard.notifications.flash')
image
@if ($banner->imagem) Banner Atual @else

Sem Banner disponível

@endif
@endsection