@extends('layouts.app') @section('title', 'Users') @section('content')

Members

@if($users) @foreach($users as $user) @endforeach @endif
CUSTOMER EMAIL MOBILE NUMBER CITY LAST ACTIVE JOINED
{{ $user->name }}
{{ $user->name }}
+912346578 Budapest 34 min ago {{ $user->created_at->format('M d, Y h:i A') }}
@endsection