diff --git a/resources/views/layouts/plantilla.blade.php b/resources/views/layouts/plantilla.blade.php index ccb1a8d..1563797 100644 --- a/resources/views/layouts/plantilla.blade.php +++ b/resources/views/layouts/plantilla.blade.php @@ -19,9 +19,15 @@ + + + + + + @@ -43,8 +49,17 @@ integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"> + + + + + + + + + @if(session('success')) @endif + +@yield('scripts') diff --git a/resources/views/trabajadores.blade.php b/resources/views/trabajadores.blade.php index f56e663..31cfe56 100644 --- a/resources/views/trabajadores.blade.php +++ b/resources/views/trabajadores.blade.php @@ -9,7 +9,7 @@
Agregar Trabajador - +
@@ -47,3 +47,9 @@ @endsection + + @section('scripts') + + @endsection \ No newline at end of file
Nombre