@php $image = Auth::user()->image; @endphp @if(Auth::user()->image) avatar @else avatar @endif

{{ Auth::user()->usrname }}

Phone: {{ Auth::user()->phone }}

@if (session('success')) @endif icon

Personal Info

@include('new_app.footer')