@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') @php $template_id = !empty($extra['template_id']) ? $extra['template_id'] : 1; @endphp @if($template_id == 1) @include('admin.documentation_charges.partials.template_1.index') @elseif ($template_id == 2) @include('admin.documentation_charges.partials.template_2.index') @else @include('admin.documentation_charges.partials.template_1.index') @endif @stop