@extends('sellers.layout.mainlayout') @section('content') @php use Carbon\Carbon; @endphp
@include('sellers.layout.top_header')
@include('sellers.layout.profile')
@include('sellers.layout.header')

Subscription History

@if($adpaymentDetails) @foreach($adpaymentDetails as $index => $adpayment) @endforeach @else @endif
Advertisement Subscription type Date of purchase Pricing Duration period
{{ $index + 1 }} {{ $adpayment['ad_name'] }} {{ $user->subscription->name }} {{ Carbon::parse($adpayment['payment_date'])->format('m-d-Y') }} ${{ $adpayment['paid_amount'] }}
No records
@if($adpaymentDetails) @foreach($adpaymentDetails as $adpayment) @endforeach @else @endif
Advertisement Subscription type Date of purchase Pricing Duration period
{{ $adpayment['ad_name'] }} {{ $user->subscription->name }} {{ Carbon::parse($adpayment['payment_date'])->format('m-d-Y') }} ${{ $adpayment['paid_amount'] }} {{ $user->subscription->duration }} Days
No records

My Ads

Advertisement Customer name Email address Date
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
img Computer Repair img Mason O Vincent mas@example.com 04-13-2024
@endsection @section('customScript') @endsection