@extends('layouts.admin.e-commerce.app') @section('title', 'Partials Pay List') @push('css') @endpush @section('content')

Partials Pay List

Partials Pay List

@foreach ($partials as $key => $order) @endforeach
NO. Invoice amount tnx method Status Action
{{$key+1}} {{$order->order->invoice??''}} {{$order->amount}} {{$order->transaction_id}} @if($order->payment_method=='bk') Bkash @elseif($order->payment_method=='ng') Nagad @elseif($order->payment_method=='rk') Rocket @endif @if($order->status==1) Aprove @elseif($order->status==2) Cancel @else Pending @endif @if($order->status==0)
  • @elseif($order->status==1) @elseif($order->status==2) @endif
    @endsection @push('js') @endpush