ui updates
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<x-layout>
|
||||
<h1>Projects</h1>
|
||||
<div class="pb-10 text-sm breadcrumbs">
|
||||
<ul>
|
||||
<li>
|
||||
<nav class="flex pt-2 pb-10 text-sm">
|
||||
<ol class="inline-flex items-center">
|
||||
<li class="inline-flex items-center">
|
||||
All Projects
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</ol>
|
||||
</nav>
|
||||
<div class="grid grid-cols-2 gap-2">
|
||||
@forelse ($projects as $project)
|
||||
<a href="{{ route('project.show', ['project_uuid' => data_get($project, 'uuid')]) }}"
|
||||
|
||||
Reference in New Issue
Block a user