@extends('layouts.master') @section('title') {{ __('Subscriptions List') }} @endsection @section('main_content')
{{ __('Subscriptions List') }}
@csrf
{{__('Show- 10')}}
{{__('Show- 25')}}
{{__('Show- 50')}}
{{__('Show- 100')}}
@include('admin.subscribers.datas')
{{ __('SL') }}.
{{ __('Date') }}
{{ __('Shop Name') }}
{{ __('Category') }}
{{ __('Package') }}
{{ __('Started') }}
{{ __('End') }}
{{ __('Gateway Method') }}
{{ __('Status') }}
{{ __('Action') }}
{{ $subscribers->links('vendor.pagination.bootstrap-5') }}
@endsection
{{ __('Are you sure?') }}
@csrf
{{ __('Enter Reason') }}
{{__('Cancel')}}
{{__('Save')}}
@push('js') @endpush