@extends('admin.layout') @section('content')
{{ __('Order No.') }} | {{ __('Paid via') }} | {{ __('Payment Status') }} | {{ __('Order Status') }} | {{ __('Receipt') }} | {{ __('Actions') }} | |
---|---|---|---|---|---|---|
{{ '#' . $order->order_number }} | {{ $order->payment_method }} |
@if ($order->gateway_type == 'online')
{{ __('Completed') }}@else @if ($order->payment_status == 'pending') @else{{ ucfirst($order->payment_status) }}@endif @endif |
@if (!empty($order->attachment)) {{ __('Show') }} @else - @endif |
|