@extends('layouts.pdf') @section('title') @endsection @section('content') @php $template_id = 1; @endphp @include('admin.partials.purchase_order_header', ['extra' => $extra]) @if($template_id == 1) @include('admin.purchase.order.po_schedule.partials.pdf.template_1') @endif @stop