@extends('garage.layouts.app') @section('title', 'Purchase returns') @push('styles') @include('shared.garage-purchase-order-ui-styles') @endpush @section('content')
Return parts to vendors against received purchase invoices — stock is reduced when you post a return.
| Return # | Date | Purchase invoice | Vendor | Amount | Actions |
|---|---|---|---|---|---|
| {{ $row->return_number }} | {{ \Carbon\Carbon::parse($row->return_date)->format('M d, Y') }} | {{ $row->bill_number }} | {{ $row->vendor_name ?? '—' }} | -{{ number_format($row->total_amount, 2) }} | |
| No purchase returns yet. | |||||