@component('templates.modal-custom', ['modalId' => 'modal-order', 'title' => 'Nueva Orden', 'classDiv' => 'modal-dialog-centered modal-lg loading-root', 'classHeader' => 'bg-danger text-white', 'classTitle' => 'font-weight-600 h5 text-white', 'styleDiv' => 'display: none; z-index: 99999999999; background-color: rgba(0,0,0,.8); overflow-x: hidden;display: none;']) @slot('body')
@csrf
@endslot @slot('footer') @endslot @endcomponent