@php $styleModal = "max-height:70%; border-radius: 0px;"; $styleDivHeader = "background-color: #6329A1; width: 100%; height: 39px; display: flex; align-items: center; padding-left: 20px; padding-top: 10px; padding-bottom: 10px;"; $styleHeader = "color: #fff; margin-left: 2.1rem;"; @endphp @component('templates.modal',['modalId' => 'add_administrator_user', 'title' => 'Agregar Administrador', 'classDiv' => 'col-md', 'styleModal' => $styleModal, 'styleDivHeader' => $styleDivHeader, 'styleHeader' => $styleHeader, 'styleFooter' => 'text-align: center']) @slot('body')
@endslot @slot('footer') @endslot @endcomponent