@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@include('backend.global.header-card') @include('backend.global.validation')
@method('PUT') @csrf
@if($campaigns->banner_image_uid != null) @include('backend.global.show-file-modal', ['route' => route('campaigns.banner_image', $campaigns->banner_image_uid), 'input_name' => 'banner_image', 'title' => 'Imagem']) @endif
@endsection @section('scripts-backend') @endsection