@extends('front.layout.app') @section('css') @endsection @section('content')
Profile Image

{{$user->firstname}} {{$user->lastname}}

Registered At : {{$user->created_at}}

{{--

Email : {{$user->email}}

--}} {{--

Detail 2: 40

--}} {{--

Detail 3: 50

--}}
Logout
{{-- --}}
@foreach($transcations as $transcation) @endforeach
Template Hosting Transaction ID Amount Status
{{$transcation->template->name}} {{$transcation->package->name}} {{json_decode($transcation->payment_data)->id ?? 'N/A'}} {{$transcation->total}} {{$transcation->payment_status == 0 ? 'In-Complete' : 'Complete'}}
@foreach($websites as $website) @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Website Domain Sub-Domain Status
{{$website->name}} {{$website->domain}} {{$website->subdomain}}.nuksy.com {{$website->site_status}}
Shop Onlineshoponline.comInactive
@endsection @section('script') @endsection