Minor fixes.

This commit is contained in:
EnesSacid-Buker
2022-06-02 14:09:25 +03:00
committed by GitHub
parent a05737e0b5
commit bcd6925d13
5 changed files with 5 additions and 4 deletions

View File

@ -21,7 +21,7 @@
@stack('button_dashboard_start')
@if (! user())
<x-link href="{{ route('portal.dashboard') }}" class="px-3 py-1.5 mb-3 sm:mb-0 bg-gray-100 hover:bg-gray-200 rounded-lg text-sm font-medium leading-6">
{{ trans('payments.all_payments') }}
{{ trans('portal.all_payments') }}
</x-link>
@endif
@stack('button_dashboard_end')