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