@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')
@endslot @slot('footer') @endslot @endcomponent