@extends('layouts.master') @section('title') {{ __('Subscriptions List') }} @endsection @section('main_content')

{{ __('Subscriptions List') }}

@csrf
@include('admin.subscribers.datas')
{{ __('SL') }}. {{ __('Date') }} {{ __('Shop Name') }} {{ __('Category') }} {{ __('Package') }} {{ __('Started') }} {{ __('End') }} {{ __('Gateway Method') }} {{ __('Status') }} {{ __('Action') }}
{{ $subscribers->links('vendor.pagination.bootstrap-5') }}
@endsection @push('js') @endpush