@extends('frontend.layout.master') @section('content') My Profile Home My Profile {{ ucfirst(Auth::user()->name) }} Email: {{ Auth::user()->email }} Phone No: {{ Auth::user()->phone_no }} Edit Profile @endsection