@assets @endassets

@lang('menu.offlineRequest')

@forelse ($offlinePaymentRequest as $request) @empty @endforelse
@lang('app.id') @lang('modules.billing.restaurant') @lang('modules.billing.packageDetails') @lang('modules.billing.billingCycle') @lang('modules.billing.paymentBy') @lang('modules.billing.created') @lang('app.status') @lang('app.action')
{{ $request->id }} {{ $request->restaurant->name }} {{ $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('app.view') @lang('app.download') @if ($request->status == 'pending') @lang('app.accept') @lang('app.decline') @endif
@lang('messages.noOfflinePaymentRequestFound')
{{ $offlinePaymentRequest->links() }}
{{ __('modules.billing.viewPaymentMethod') }}
@if ($showViewRequestModal && $selectViewRequest)
@lang('modules.billing.restaurant') {{ $selectViewRequest->restaurant->name }}
@lang('modules.billing.package') {{ $selectViewRequest->package->package_type }}
@lang('modules.billing.amount') {{ $selectViewRequest->amount }}
@lang('modules.billing.paymentBy') {{ $selectViewRequest->restaurant->ownerName }}
@lang('app.status') @if ($selectViewRequest->status == 'verified') @lang('app.verified') @elseif ($selectViewRequest->status == 'pending') @lang('app.pending') @else @lang('app.rejected') @endif
@lang('modules.billing.description') {{ $selectViewRequest->description }}
@lang('modules.billing.created') {{ $selectViewRequest->created_at->format('d M Y') }}
@lang('modules.billing.receipt') @lang('app.download')
@endif
{{ __('Close') }}
@if ($status == 'verified') @lang('app.acceptRequest') @elseif ($status == 'rejected') @lang('app.declineRequest') @endif
@if ($status == 'verified') @elseif ($status == 'rejected') @endif
{{ __('Cancel') }} @lang('app.submit')