@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Subscriptions')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

{{ isset($subscriptions_stats->total) ? $subscriptions_stats->total: '0' }}

{{ __('locale.labels.total') }}

{{ isset($subscriptions_stats->active) ? $subscriptions_stats->active: '0' }}

{{ __('locale.labels.active') }}

{{ isset($subscriptions_stats->inactive) ? $subscriptions_stats->inactive: '0' }}

{{ __('locale.labels.inactive') }}

@can('manage subscription')
@endcan @can('new subscription') @endcan
{{ __('locale.labels.id') }} {{__('locale.labels.name')}} {{__('locale.subscription.subscribed_by')}} {{__('locale.subscription.subscribed_on')}} {{__('locale.subscription.ended_at')}} {{__('locale.labels.status')}} {{__('locale.labels.actions')}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection