@lang('modules.billing.offlineRequest')

@forelse ($offlinePaymentRequest as $request) @empty @endforelse
@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 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')
{{ $offlinePaymentRequest->links() }}