@extends('layout.frontend.master') @section('meta-title', 'My Account - LEREVE') @push('asset-top') @endpush @section('content') {{__('Hi')}} {{$user['user']->name}} {{$user['user']->email}} {{($user['user']['profile'])?$user['user']['profile']->phone:''}} {{__('My Dashboard')}} {{__('My Account')}} {{__('Address Book')}} {{__('My Orders')}} {{__('Logout')}} {{__('My Account')}} {{__('Your personal information')}} @csrf {{__('Full Name')}} {{__('Phone Number')}} +965 {{__('Email Address')}} {{__('Date Of Birth')}} {{__('Save')}} {{__('Change Password')}} {{__('Change Password')}} @endsection
{{$user['user']->email}}
{{($user['user']['profile'])?$user['user']['profile']->phone:''}}