@extends('layouts.main') @section('title', $data['title']) @section('content')

Profile

Welcome to Mamaiya Jewels !

It will seem like simplified

{{ Auth::user()->first_name}} {{ Auth::user()->last_name}}

{{getUserTypeName(Auth::user()->type)}}

Personal Information

Full Name : {{ Auth::user()->first_name}} {{ Auth::user()->last_name}}
Type : {{getUserTypeName(Auth::user()->type)}}
Mobile : {{ Auth::user()->dialing_code }} {{ Auth::user()->phone_number }}
E-mail : {{ Auth::user()->email }}
Location : {{ Auth::user()->address_line1 }}
{{ Auth::user()->address_line2 }} @if(Auth::user()->address_line2!=""), @endif {{ Auth::user()->pincode }}
{{getCityName(Auth::user()->city_id)}}, {{getStateName(Auth::user()->state_id)}}, {{getCountryName(Auth::user()->country_id)}}
@csrf @endsection('content') @section('custom-scripts') @endsection