@extends('admin.master') @section('title', __('User prepaid credits')) @section('content')
|
{{ __('Buyer') }} | {{ __('Pack') }} | {{ __('Amount') }} | {{ __('Credits') }} | {{ __('Status') }} | {{ __('Updated at') }} |
---|---|---|---|---|---|---|
id }})">
|
{{ $user_prepaid_credits->buyer }} | {{ $user_prepaid_credits->pack }} | {{ $user_prepaid_credits->amount }} | @if($user_prepaid_credits->credits == 0) {{ __('Spent') }} @elseif($user_prepaid_credits->refunded) {{ __('Refunded') }} @elseif($user_prepaid_credits->expired) {{ __('Expired') }} @elseif($user_prepaid_credits->status === 'pending') {{ __('Pending') }} @else {{ __('Active') }} @endif | {{ $user_prepaid_credits->updated_at }} |