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

{{ __('الأشتراكات المستحقة') }}

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

اجمالي الاشتراكات المستحقة

{{ $count_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