@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') @include('includes.unapproved_text',['voucher_type'=> 'PV' ,'reference_id'=> $payment_voucher->id]) @php $template_id = $payment_voucher->branch->payment_voucher_template_id ?? 1; @endphp @if(empty($template_id) || $template_id == 1) @include('admin.leasing.payment_voucher.pdf_templates.template_1') @else @include('admin.leasing.payment_voucher.pdf_templates.template_1') @endif @stop