@php
$transaction = new App\Models\Transaction;
@endphp
@include('includes.unapproved_text',['voucher_type'=> 'RV' ,'reference_id'=> $items['item']->id])
@if( $type =='sell')
{{-- Sell Receipt Start --}}
@include('admin.schedule-manage.actual-payment.receipt-pdf.template_9.sell.index')
{{-- Sell Receipt END --}}
@endif
@if( $type =='general')
{{-- GENERAL Receipt Start --}}
@include('admin.schedule-manage.actual-payment.receipt-pdf.template_9.general.index')
{{-- GENERAL Receipt END --}}
@endif