@extends('layout.client') @section('contentstyle') @endsection @section('content')
My Profile
{{ $user->name }}

{{ $user->email }}

{{ $user->phone }}

@endsection