@extends('admin.layout.app') @section('pageTitle')

{{ __('Subscription') }}

@stop @section('css') @stop @section('content')

اجمالي الاشتراكات

{{ $count_subscriptions }}

اجمالي النطاقات

{{ $count_domins }}

اجمالي المدفوعات

{{ $count_paid }}

اشتراكات غير مفعلة

{{ $count_ntactive }}
{{ __('Subscriptions') }}
@can('create', App\Models\Subscription::class) {{ __('Add New +') }} @endcan @can('delete', App\Models\Subscription::first()) @endcan
{{ __('ID') }} {{ __('Customer') }} {{ __('Subscription Type') }} {{ __('Service End Date') }} {{ __('Price') }} {{ __('Subscription Status') }} {{ __('Payment Status') }} {{ __('Action') }}
@can('delete', App\Models\Subscription::first()) @endcan @stop @section('js') @stop