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

{{__('Subscription')}}

{{__('Customer')}}
{{__('Product Name')}}
{{__('Plan Name')}}
{{__('Date')}}
{{__('Expiry Date')}}
{{__('Status')}}
{{__('Price')}}
@endsection @push('script') @endpush