@extends('garage.layouts.app') @section('title', 'Sale return vouchers') @section('content')

Sale return vouchers

Return: {{ $saleReturn->return_number }} ยท {{ $saleReturn->return_date }}

Auto journal on post: Dr Sale Return (SAL-RET), Cr Customer (with vehicle sub-ledger when applicable).

@forelse($vouchers as $v) @empty @endforelse
Voucher Date Type Status Amount Action
{{ $v->voucher_no }} {{ $v->voucher_date }} {{ $v->voucher_type }} {{ $v->status }} {{ number_format((float) $v->total_amount, 2) }} Open
No vouchers linked to this Sale return.
@endsection