@lang('modules.billing.packageDetails') | @lang('modules.billing.billingCycle') | @lang('modules.billing.paymentBy') | @lang('modules.billing.created') | @lang('app.status') | @lang('app.action') | |||
---|---|---|---|---|---|---|---|---|
{{ $request->package->package_name }} ({{ ucfirst($request->package->package_type->value) }}) | {{ ucfirst($request->package_type) }} | {{ $request->offlineMethod->name }} | {{ $request->package->created_at->format('D, d M Y, h:i A') }} | @if ($request->status == 'verified') @lang('app.verified') @elseif ($request->status == 'pending') @lang('app.pending') @else @lang('app.rejected') @endif | ||||
@lang('messages.noOfflinePaymentRequestFound') |