Added Extruder Livewire components with Create, Edit, Show, and Index. Introduced corresponding routes, views, and navigation updates. Enhanced Buildplate and Manufacturer views for improved linking and consistency.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<x-table.item>
|
||||
<p class="p-4 px-3">
|
||||
@if($manufacturer->website !== '')
|
||||
<a href="{{ $manufacturer->website }}" target="_blank" class="flex justify-center items-center gap-2">{{ $manufacturer->website }} <flux:icon.arrow-top-right-on-square variant="mini"/></a>
|
||||
<a href="{{ $manufacturer->website }}" target="_blank" class="flex items-center gap-2">{{ $manufacturer->website }} <flux:icon.arrow-top-right-on-square variant="mini"/></a>
|
||||
@endif
|
||||
</p>
|
||||
</x-table.item>
|
||||
|
||||
Reference in New Issue
Block a user