@php /** * Component : Subscription * Controller : ManualSubscriptionController * File : manual_subscription.list.blade.php ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => __tr('Manual/Prepaid Subscriptions')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Manual/Prepaid Subscriptions'), 'description' => '', 'class' => 'col-lg-7' ])
{{ __tr('Vendor') }} {{ __tr('Plan') }} {{ __tr('Created At') }} {{ __tr('Expiry At') }} {{ __tr('Plan Charges') }} {{ __tr('Frequency') }} {{ __tr('Status') }} {{ __tr('Action') }}
@endsection()