@extends('layouts.admin') @section('content')
| Return Code | Sale & Product | Quantity | Refund Amount | Reason | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $return->return_code }}
{{ $return->created_at->format('M d, Y') }}
|
Sale: {{ $return->sale->sale_code }}
Product: {{ $return->product->product_name }}
Cashier: {{ $return->cashier->name }}
|
{{ $return->quantity_returned }} {{ $return->product->unit }} | Rs.{{ number_format($return->refund_amount, 2) }} |
{{ Str::limit($return->reason, 50) }}
|
{{ ucfirst($return->status) }}
Refund:
{{ ucfirst($return->refund_status) }}
|
@if($return->status === 'pending')
|
|
No returns found Process a return to get started |
||||||
{{ $return->created_at->format('M d, Y') }}
Refund: {{ ucfirst($return->refund_status) }}
Reason:
{{ $return->reason }}
No returns found
Process a return to get started