dont show login button to user
This commit is contained in:
parent
2ff5db47cc
commit
174bbdc092
@ -16,9 +16,11 @@
|
|||||||
@stack('button_pdf_end')
|
@stack('button_pdf_end')
|
||||||
|
|
||||||
@stack('button_dashboard_start')
|
@stack('button_dashboard_start')
|
||||||
|
@if (!user())
|
||||||
<a href="{{ route('portal.dashboard') }}" class="btn btn-white btn-sm">
|
<a href="{{ route('portal.dashboard') }}" class="btn btn-white btn-sm">
|
||||||
{{ trans('invoices.all_invoices') }}
|
{{ trans('invoices.all_invoices') }}
|
||||||
</a>
|
</a>
|
||||||
|
@endif
|
||||||
@stack('button_dashboard_end')
|
@stack('button_dashboard_end')
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user