profile_image
{{$user->first_name." ".$user->last_name}}

{{$user->role->name}}

Profile Information

  • Full Name:   {{$user->first_name." ".$user->last_name}}
  • Mobile:   {{$user->phoneNo}}
  • Email:  {{substr_replace($user->email, "...", 33)}}
  • Date of birth:   {{$user->birthday}}
  • Gender:   {{$user->gender}}
  • Country:   {{$user->country}}
  • Height:   {{$user->height}}
  • Weight:   {{$user->weight}}
  • Strength:   {{$user->strength}}
Daily habits Score

Result of last week daily habits

Next Events
    @foreach($nextEvents as $event)
  • {{$event->type}}

    {{date('dS M Y', strtotime($event->date))}}

  • @endforeach
Workouts

{{$user->first_name." ".$user->last_name}}'s workouts

@foreach($user->tracking as $track )
{{$track->exercises->name}}

{{$track->sets}} out of {{$track->exercises->sets}} Sets

{{$track->reps}} out of {{$track->exercises->reps}} Reps

{{\Carbon\Carbon::parse($track->date)->format('dS M Y')}}

@endforeach