@extends('layouts.innerpage') @section('title', 'Profile') @section('content') Profile Home / Profile Hi @if(Auth::user()->name!="") {{Auth::user()->name}} @else User @endif @if(Auth::user()->phone_no!="") {{Auth::user()->phone_no}} @endif @if(Auth::user()->email!="") {{Auth::user()->email}} @endif @include('includes.profile_menu') Payment Details Transaction ID # Date Amount #243 August 08, 2020 760.50 #258 July 21, 2020 315.20 @endsection
Home / Profile
{{Auth::user()->phone_no}}
{{Auth::user()->email}}