@extends('master') @section('content') @foreach($user_detail as $user_details)
{{ csrf_field()}}

{{$user_details->Name}}

{{$user_details->Email}}

Click on the Image to change the Avatar

Personal Information

Full Name

{{$user_details->Name}}

Mobile

{{$user_details->Phone}}

Email

{{$user_details->Email}}

Location

{{$user_details->OtherAddress}}

@endforeach @stop