From 4f4e83bc664ab4480e3102634766cf5635ee8d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Bra=C3=B1a?= Date: Thu, 14 May 2026 10:19:32 +0200 Subject: [PATCH] Actualizar resources/views/projects/edit.blade.php funciona --- resources/views/projects/edit.blade.php | 154 +++++++++++++++++++++++- 1 file changed, 150 insertions(+), 4 deletions(-) diff --git a/resources/views/projects/edit.blade.php b/resources/views/projects/edit.blade.php index 72adaaa..c001a4d 100644 --- a/resources/views/projects/edit.blade.php +++ b/resources/views/projects/edit.blade.php @@ -1,7 +1,153 @@ -
-

{{ __('Edit Project') }}: {{ $project->name }}

- - +
+
+
+ + + +
+

{{ __('Edit Project') }}: {{ $project->name }}

+
+ @csrf + @method('PUT') + + + + {{-- Nombre --}} + + + + + + {{-- Nombre --}} + + + + + + {{-- Dirección --}} + + + + + + {{-- Coordenadas --}} + + + + + + {{-- Estatus --}} + + + + + + {{-- Fecha de Inicio --}} + + + + + + {{-- Fechas de finalización --}} + + + + + +
+ {{ __('Reference') }} + + +
+ {{ __('Name') }} + + +
+ {{ __('Address') }} + + +
+ {{ __('Coordinates') }} + +
+
+ + +
+
+ + +
+
+
+ {{ __('Status') }} + + +
+ {{ __('Start date') }} + + +
+ {{ __('Estimated end date') }} + + +
+ + +
+
+
+

{{ __('Phases') }}

+ +
+
+ +

{{ __('Users') }}

+ +
+
+
\ No newline at end of file