@lang('app.status')
@if ($payment->status == 'complete') @elseif ($payment->status == 'pending') @else @endif @lang('app.'.$payment->status)
@lang('app.receipt')
@if (!is_null($payment->bill)) @lang('app.view') @lang('app.receipt') @else -- @endif