@extends('layouts.app') @section('content')

{{ $userprofile->user->name }}

{{ $userprofile->user->name }}

  • @if($userprofile->user->email){{ $userprofile->user->email }}@endif
  • @if($userprofile->user->phone){{ $userprofile->user->phone }}@endif
  • @if($userprofile->userlocation){{ $userprofile->userlocation->first()->name }}@endif
  • {{ $userprofile->user->ratingscore }}
@endsection