@extends('layouts.hope.page') @section('title', $title) @section('content')
{{-- Profile Banner --}}
User-Profile User-Profile User-Profile User-Profile User-Profile User-Profile

{{ Auth::user()->name }}

{{-- Profile Content --}}
{{-- About Section --}}
Email:

{{ $obj->email ?? '-' }}

Phone:

{{$obj->phone ?? '-'}}

Scope:

Surabaya

{{-- Tab Content --}}
{{-- Profile Section --}}

{{ Auth::user()->name }}

Description User

{{-- Edit Section --}}
@include($this_view.'.form', [ 'show' => true, 'title' => 'Edit', 'reload' => true, ])
{{-- Activity Section --}}
@include($this_view.'.activity-widget')
{{-- Other Content --}}
{{-- About Section --}}
Username:

{{ $obj->username }}

Live:

Surabaya

Created:

{{ date_format(date_create($obj->created_at), 'd M Y H:i') }}

Last Updated:

{{ date_format(date_create($obj->updated_at), 'd M Y H:i') }}

@stop @section('js') @stop