diff --git a/app/resources/views/ventas/reservations.blade.php b/app/resources/views/ventas/reservations.blade.php index 007c456..7048c79 100644 --- a/app/resources/views/ventas/reservations.blade.php +++ b/app/resources/views/ventas/reservations.blade.php @@ -102,6 +102,7 @@ @include('ventas.reservations.modal.add') + @include('ventas.reservations.modal.edit') @include('ventas.reservations.modal.comment') @endsection @@ -793,6 +794,7 @@ this.show.projects() this.components.modals.add = new AddReservationModal(configuration.ids.projects) + this.components.modals.edit = new EditReservationModal() this.components.modals.comment = new CommentModal() const project_id = {{ $project_id ?? 'null' }}; diff --git a/app/resources/views/ventas/reservations/modal/edit.blade.php b/app/resources/views/ventas/reservations/modal/edit.blade.php new file mode 100644 index 0000000..4caf26d --- /dev/null +++ b/app/resources/views/ventas/reservations/modal/edit.blade.php @@ -0,0 +1,289 @@ + +