@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') @php $template_id = CommonHelper::getBranchSettings($p_v['payment_vouchers']->branch_id,'mnt_payment_voucher_template_id'); @endphp @if($template_id == 1) @include('admin.maintenance.payment_voucher.templates.template_1') @elseif($template_id == 2) @include('admin.maintenance.payment_voucher.templates.template_2') @else @include('admin.maintenance.payment_voucher.templates.template_1') @endif @stop