@extends('backend.layouts.split') @section('title', 'Profile' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content')

User Profile

{{$logged_in_user->name}}

{{$logged_in_user->email}}

  • {{ timezone()->convertToLocal($logged_in_user->created_at) }} ({{ $logged_in_user->created_at->diffForHumans() }})
@foreach ($orders as $order) @endforeach
ID Status Amount
{{$order->id}} {{$order->type}} {{$order->statusModel->name}} {{$order->price}}
@endsection