@extends('layouts.master') @section('css') @endsection @section('title') Purchase Return @endsection @section('content')
{{ $accountingVoucher->voucherType->name }}
{{ $accountingVoucher->voucher_number }}
{{ \Carbon\Carbon::parse($accountingVoucher->voucher_date)->format('d M Y') }}
{{ $accountingVoucher->debitLedger->name }}
Interstate(IGST)
@elseIntrastate
@endif{{ $accountingVoucher->stockLocation->name ?? '--' }}
{{ $accountingVoucher->remarks ?? '--' }}
| Ledger | Qty | Price | Gross Value | Dis % | Taxable Value | CGST | SGST | IGST | CESS | Total |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->ledger->name }} | {{ $item->quantity }} | {{ $item->price }} | {{ $item->gross_value }} | {{ $item->disc_percentage }} | {{ $item->taxable_value }} | {{ $item->cgst }} | {{ $item->sgst }} | {{ $item->igst }} | {{ $item->cess }} | {{ $item->total }} |