@extends('admin.layouts.dashboard') @section('content')
| S.No. | User Name | Order No | Payment Type | Payment Status | {{--Comment | Return Days | Action | --}}||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $cancel->shipping->firstname }} | {{ $cancel->order_no }} | {{ $cancel->payment_type }} | {{ $cancel->status }} | {{--{{ $cancel->userid->name }} | {{ $cancel->orderitem->order_id }} | {{ $cancel->orderitem->TotalAmount->payment_type }} | {{ $cancel->orderitem->TotalAmount->status }} | {{ $cancel->comment }} | {{ $cancel->return_days }} | @if ($cancel->status == 1) Approved @else Approve @endif | --}}