@extends('admin.layouts.dashboard') @section('content')
| S.No. | User Name | Payment Mod | Payment Type | Payment Status | Comment | Return Days | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $view_details->userid->name }} | {{ $return->orderitem->TotalAmount->payment_mode }} | {{ $return->orderitem->TotalAmount->payment_type }} | {{ $return->orderitem->TotalAmount->status}} | {{ $return->comment }} | {{ $return->return_days }} | @if($return->status == 1) Approved View @endif |