You can only view these options if you are an active subscriber
Okay@extends('layouts.userLayout')
@section('content')
*************{{ $user->card }} Expires
{{ $user->holder_name }}
{{ $user->exp_month }}/{{ $user->exp_year }}
Date of purchase
Expire Date
{{ date('d/m/Y',strtotime($user->membership_date)) }}
{{ date('d/m/Y',strtotime($user->membership_expire)) }}
@if(!empty($listing->items()))
@include('user.transaction.listingLoop')
@else
Transactions id
Payment type
Amount
Date
Status
No records found!
@endif
@include('frontend.partials.pagination', ["pagination" => $listing])