@extends('layouts.admin') @section('title') Subscriptions @endsection @section('page_title') Subscriptions @endsection @push('page_style') @include('include.dataTableStyles') @endpush @section('content') @push('page_style') @endpush

Subscriptions

List of all Subscriptions

{{-- --}} @php $under=\App\Models\Subscription::where('status',\App\Models\Subscription::STATUS_UNDERPAYMENT)->count(); $over=\App\Models\Subscription::where('status',\App\Models\Subscription::STATUS_OVERPAYMENT)->count(); $refund=\App\Models\Subscription::where('status',\App\Models\Subscription::STATUS_REFUND)->count(); @endphp
S.No Subscription ID User Advertisment Status Created At Action Log
@push('page_script') @include('include.dataTableScripts') @endpush @endsection