@forelse ($payments as $item) @empty @endforelse
@lang('app.id') @lang('modules.settings.restaurantName') @lang('modules.order.amount') @lang('modules.order.transactionId') @lang('app.dateTime')
{{ $item->id }} App Logo {{ $item->restaurant->name }} {{ $item->package->currency->currency_symbol . $item->amount }} {{ $item->transaction_id }} @include('common.date-time-display', ['date' => $item->created_at])
@lang('messages.noPaymentFound')
{{ $payments->links() }}