@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') }}
@endif