@if ($payment->order_id) @endif

@lang('app.status')

@if ($payment->status == 'complete') @elseif ($payment->status == 'pending') @else @endif @lang('app.'.$payment->status)

@if ($payment->status =='failed' && !is_null($payment->payment_gateway_response)) @endif

@lang('app.receipt')

@if (!is_null($payment->bill)) @lang('app.view') @lang('app.receipt') @else -- @endif