<h1>all Users data</h1> @foreach($users as $data) <h3> {{ $data->id }} | {{ $data->name }} | {{ $data->email }} | {{ $data->city }} </h3> @endforeach