@extends('vendor/layouts/master') @section('title') {{isset($obj) ? $obj?->name : ''}} | Profile @endsection @section('page_name') My Profile @endsection @section('content')
img

{{$obj->name}}

{{--
{{$obj->created_at->diffForHumans()}}
--}}
{{$obj->email}}
Personal Information
Name : {{$obj->name}}
Email : {{$obj->email}}
Register Date : {{$obj->created_at->diffForHumans()}}
@include('vendor/layouts/myAjaxHelper') @endsection @section('ajaxCalls') @endsection