Как я могу показать имя, только если вы вошли в систему?
@if($user = Auth::user())
{{ Auth::user()->name . " " . Auth::user()->last_name }} <i class="fe fe-check-circle ml-1 text-success tx-11"></i></h2>
@endif
Я хочу отображать на .blade. php
{{ Auth::user()->name . " " . Auth::user()->last_name }}
help pls