@extends('layouts.user') @push('css') @endpush @section('title')
@lang('Your Current Package'): {{ auth()->user()->plan != null ? auth()->user()->plan->title . '(' . Carbon\Carbon::parse(auth()->user()->plan_end_date)->format('d-m-Y') . ')' : 'N/A' }}
@if (auth()->user()->plan == null) @endif| @lang('No') | @lang('Type') | @lang('Txnid') | @lang('Amount') | @lang('Date') | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ __('No Data Found') }} |
|||||||||||
|
{{ $loop->iteration }}
|
{{ strtoupper($property->type) }}
|
{{ $property->txnid }}
|
{{ $property->amount }} |
{{ date('d M Y', strtotime($property->created_at)) }}
|
|||||||