@extends('layouts.main') @section('main-container')
@if(auth()->user()->profile_picture) {{ auth()->user()->name }} @else image @endif
0
Earnings
0
Successful Transactions
0
Failed Transactions
Transaction History
User Icon
@foreach($subscription_history as $row) @endforeach
Transaction ID Name Date Type Amount Invoice No Status Actions
{{$row->id}} {{ $row->name != "" ? $row->name : $row->username }} {{ \Illuminate\Support\Carbon::parse($row->created_at)->format('M d, Y') }} {{$row->type}} {{$row->amount}} {{$row->order_id}} {{$row->status}}
@endsection