Welcome to your Profile Page

Profiles

@foreach($profiles as $profile) {{-- add button boostrap action Affiche plus with href {{ route('profile.show', $profile->id) }} --}} @endforeach {{-- add pagination --}} {{ $profiles->links() }}
Name Email Bio Action
{{ $profile->name }} {{ $profile->email }} {{ Str::limit( $profile->bio,50) }} View Profile