dont show login button to user

This commit is contained in:
Denis Duliçi 2021-06-14 15:17:58 +03:00
parent 2ff5db47cc
commit 174bbdc092

View File

@ -16,9 +16,11 @@
@stack('button_pdf_end')
@stack('button_dashboard_start')
@if (!user())
<a href="{{ route('portal.dashboard') }}" class="btn btn-white btn-sm">
{{ trans('invoices.all_invoices') }}
</a>
@endif
@stack('button_dashboard_end')
@endsection