Skip to content

Commit

Permalink
Eliminación de Footer de vistas
Browse files Browse the repository at this point in the history
  • Loading branch information
FazeElian committed Jul 3, 2024
1 parent 0b6f5fe commit 50b22ba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions resources/views/Admin/perfile/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@
</section>
</body>
</html>

{{-- Incluimos el footer --}}
@extends("layouts.footerAdmin")
3 changes: 0 additions & 3 deletions resources/views/Admin/product/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@
</section>
</body>
</html>

{{-- Incluimos el footer --}}
@extends("layouts.footerAdmin")
3 changes: 0 additions & 3 deletions resources/views/Admin/product/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@
</section>
</body>
</html>

{{-- Incluimos el footer --}}
@extends("layouts.footerAdmin")
3 changes: 0 additions & 3 deletions resources/views/Admin/product/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@
</section>
</body>
</html>

{{-- Incluimos el footer --}}
@extends("layouts.footerAdmin")
2 changes: 0 additions & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@
</section>
</body>
</html>

@extends("layouts.footerAdmin")

0 comments on commit 50b22ba

Please sign in to comment.