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

Subscription History

  • Registered on {{ Carbon::parse($paymentDetails['payment_date'])->format('m-d-Y') }}
  • Registered as {{ $user->seller_type }}
  • Subscribed plan {{ $user->subscription->name }}
  • Ads Limit {{ $user->subscription->ads_count.' Ads / per '.$user->subscription->duration_type }}
  • Pricing ${{ $paymentDetails['paid_amount'] }}
  • Duration period {{ $user->subscription->duration }} Days

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