@lang('app.id') | @lang('modules.settings.restaurantName') | @lang('modules.order.amount') | @lang('modules.settings.paymentSource') | @lang('modules.order.transactionId') | @lang('app.dateTime') |
---|---|---|---|---|---|
{{ $item->id }} | {{ $item->restaurant->name }} | {{ $item->package->currency->currency_symbol . $item->amount }} | @if ($item->payment_source == 'official_site') Tabletrack @else App Sumo @endif | {{ $item->transaction_id }} | {{ $item->created_at->timezone('Asia/Kolkata')->translatedFormat('d M Y, h:i A') }} |
@lang('messages.noPaymentFound') |