@extends('user.layouts.app') @push('title') {{ $pageTitle }} @endpush @section('content')
{{ __('Invoice Id') }}
|
{{ __('Subscription Id') }}
|
{{ __('Customer') }}
|
{{ __('Product Name') }}
|
{{ __('Plan Name') }}
|
{{ __('Amount') }}
|
{{ __('Time') }}
|
{{ __('Status') }}
|
{{ __('Action') }}
|
---|