@php $styleHeader = 'background-color: #6329A1; width: 100%; height: 39px; display: flex; align-items: center; padding-left: 20px; padding-top: 10px; padding-bottom: 10px;'; $styleModal = 'height: 700px !important;'; $styleContent = ' height: 120vh !important;'; $styleFooter = 'text-align: center'; @endphp @component('templates.modal-build',['modalId' => 'add_campaign', 'styleModal' => $styleModal, 'styleDivHeader' => $styleHeader, 'styleContent' => $styleContent, 'styleFooter' => $styleFooter,'styleHeader' => ' color: #fff; margin-left: 2.1rem;', 'title' => 'Agregar CampaƱa']) @slot('body')
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('summary')) {{ $errors->first('summary') }} @endif
@if ($errors->has('openDate')) {{ $errors->first('openDate') }} @endif
@if ($errors->has('closeDate')) {{ $errors->first('closeDate') }} @endif
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
{{-- ColorBackground --}}
@if ($errors->has('colorBackground')) {{ $errors->first('colorBackground') }} @endif
@if ($errors->has('info')) {{ $errors->first('info') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endslot @slot('footer') @endslot @endcomponent