@extends('frontend::layouts.master') @section('content') @include('frontend::components.section.breadcrumb')

Change your profile image by clicking on camera icon

Personal information

First Name

{{ $user->first_name }}

Last Name

{{ $user->last_name }}

Email

{{ $user->email }}

Phone Number

{{ $user->mobile }}

Date Of Birth

{{ $user->date_of_birth }}

Address

{{ $user->address }}

Gender

{{ $user->gender }}
@endsection @push('after-scripts') @endpush