@extends('dashboard.layouts.master') @section('title', 'Purchased Subscriptions | Admin Panel') @push('after-styles') @endpush @section('content')

Purchased Subscriptions

{{ __('backend.dashboard') }} / Subscription Management / Purchased Subscriptions
@csrf
@csrf
{{-- Status Filter Tabs --}}
Business Name Plan Name Activation Date Expiry Date Status Options
@push('after-scripts') @endpush @endsection