añadir nuevas funcionalidades
This commit is contained in:
29
resources/views/projects/show.blade.php
Normal file
29
resources/views/projects/show.blade.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<x-layouts.app :title="__('Show Project')">
|
||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-6">
|
||||
<!-- Barra de herramientas con breadcrumbs -->
|
||||
<div class="mb-6">
|
||||
<nav class="flex" aria-label="Breadcrumb">
|
||||
<ol class="flex items-center space-x-2">
|
||||
<li>
|
||||
<div class="flex items-center">
|
||||
<a href="{{ route('projects.index') }}" class="text-gray-400 hover:text-gray-500">
|
||||
<x-icons icon="home" class="h-5 w-5" />
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<!-- Barra de herramientas principal -->
|
||||
|
||||
|
||||
<!-- Componente principal Livewire -->
|
||||
|
||||
|
||||
<!-- Modales -->
|
||||
|
||||
</div>
|
||||
|
||||
</x-layouts.app>
|
||||
Reference in New Issue
Block a user