@extends('layouts.app') @section('title', __('dashboard.purchase_return_details')) @section('page_heading', __('dashboard.purchase_return') . ' #' . $purchaseReturn->id) @section('content') @include('layouts.partials.workspace-page-styles') @include('dashboard.partials.audit-log-styles')
| {{ __('dashboard.product_name') }} | {{ __('dashboard.product_sku') }} | {{ __('dashboard.quantity_returned') }} | {{ __('dashboard.refund_amount') }} |
|---|---|---|---|
| {{ $item['product_name'] }} | {{ $item['product_sku'] }} | {{ $item['quantity'] }} | {{ $item['refund_amount'] }} |
{{ __('dashboard.history_no_history_found') }}
@endforelse