@extends('layouts.userdashboard') @section('title', 'All Users') @section('content')
| S.No. | Payment Mode | Payment Type | Payment Status | Comment | Return Days | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $return->orderitem->TotalAmount->payment_mode }} | {{ $return->orderitem->TotalAmount->payment_type }} | {{ $return->orderitem->TotalAmount->status }} | {{ $return->comment }} | {{ $return->return_days }} | View |