unioil-cms-fe/resources/views/livewire/fuel-price-update/top-nav/update-logs.blade.php

20 lines
703 B
PHP

<div>
<!-- anchor tag horizontally -->
<div class="flex items-center gap-2 text-xs text-gray-600">
<!-- Home link -->
<a href="/main/profile" class="flex items-center hover:text-orange-600">
<x-heroicon-o-home class="w-3 h-3 mr-1" />
<span class="leading-none">Home</span>
</a>
<x-heroicon-o-chevron-right class="w-4 h-4" />
<a href="/main/fuel-price/update-logs" class="hover:text-orange-600">
Update Logs
</a>
</div>
<!-- Page Title -->
<h3 class="text-5xl font-semibold text-gray-800 mt-4">Update Logs</h3>
<!-- Bottom border -->
<div class="border-b border-gray-300 mt-5"></div>
</div>