@extends('layouts.app')
@section('css')
@endsection
@section('page-header')
@endsection
@section('content')
| {{ __('Order ID') }} |
{{ __('Status') }} |
{{ __('Words') }} |
{{ __('Paid By') }} |
{{ __('Plan Name') }} |
{{ __('Pricing Plan') }} |
{{ __('Payment Date') }} |
{{ __('Actions') }} |
| {{ __('Plan Name') }} |
{{ __('Status') }} |
{{ __('Subscribed On') }} |
{{ __('Subscription ID') }} |
{{ __('Paid By') }} |
{{ __('Pricing Plan') }} |
{{ __('Next Payment') }} |
{{ __('Actions') }} |
@endsection
@section('js')
@endsection