@extends('admin.master_layout') @section('title')
{{ __('Subscription Plan') }} >> {{ __('Pending History') }}
@endsection @section('body-content')| {{ __('Serial') }} | {{ __('User') }} | {{ __('Plan') }} | {{ __('Price') }} | {{ __('Subscription Status') }} | {{ __('Payment') }} | {{ __('Purchase Date') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
{{ ++$index }} |
{{ $history?->user?->name }} |
{{ $history->plan_name }} |
{{ currency($history->plan_price) }} |
@if ($history->status == 'active')
@if ($history->expiration == 'lifetime')
|
@if ($history->payment_status == 'success')
|
{{ $history->created_at->format('g:i A, d M Y') }} |
{{ __('Detail') }} {{ __('Delete') }} |
{{ __('Are you realy want to delete this item?') }}