@extends('user.layouts.app') @push('title') {{ $pageTitle }} @endpush @section('content')

{{ __('Invoice Details') }}

{{ __('Invoice Id') }}
{{ __('Subscription Id') }}
{{ __('Customer') }}
{{ __('Product Name') }}
{{ __('Plan Name') }}
{{ __('Amount') }}
{{ __('Time') }}
{{ __('Status') }}
{{ __('Action') }}
@endsection @push('script') @endpush