static a tag convert to view component

This commit is contained in:
Burak Civan
2022-08-03 14:04:32 +03:00
parent 5cb11e3ea6
commit 0dfc8df574
46 changed files with 167 additions and 138 deletions

View File

@ -45,7 +45,7 @@
@endif
</div>
<a href="{{ route('portal.profile.edit', user()->id) }}" class="border-b text-sm hover:text-black">
<x-link href="{{ route('portal.profile.edit', user()->id) }}" class="border-b text-sm hover:text-black" override="class">
{{ trans('portal.see_all_details') }}
</a>
</x-link>
</div>