{{-- 12 Updates Friends Teams @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Invite Friends No friends found Add some friends to start chatting with them here. Invite Friends No friends found Add some friends to start chatting with them here. @php $username_loggedin= Auth::user(); $user_image =App\Models\InstanceUser::where('id', $username_loggedin->id)->pluck('avatar')->first(); // dd($user_image); @endphp --}} {{-- ./images/user-img.png --}} {{-- {{$username_loggedin->name}} Profile @csrf {{ __('Logout') }} --}} {{-- /////////////////////////////////////////////////////////////////////////////////////////////////////// --}} @if(!session()->get('user_id')) 12 @endif Updates Friends Teams @csrf Invite Friends No friends found Add some friends to start chatting with them here. Invite Friends No friends found Add some friends to start chatting with them here. @php $username_loggedin = Auth::user(); $user_image = App\Models\InstanceUser::where('id', $username_loggedin->id)->pluck('avatar')->first(); // dd($user_image); @endphp {{-- ./images/user-img.png --}} {{$username_loggedin->name}} @csrf Instance Users @csrf {{ __('Logout') }}
Add some friends to start chatting with them here.