@extends('Admin.layouts.master') @section('style') @endsection @section('title', 'Manage Chats') @section('content')
{{-- @foreach ($use overflow: scroll;overflow: scroll;rs as $user)
@if ($user->profile_image) getAttributes()['profile_image']; ?> @else @php($img ='https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png') @endif Pic @if ($user->total_count) {{$user->total_count}} @endif
{{$user->name}}
{{$user->email}}
@endforeach --}}

@endsection @section('scripts') @endsection