@extends('AdminLte.template') @section('title') @if($poCategory == "G") @php $reportTitle = "Store PO Reprint"; @endphp @else @php $reportTitle = "Pharmacy PO Reprint"; @endphp @endif {{$reportTitle}} @endsection @section('ExternalCss') @parent @endsection @section('Content')

{{$reportTitle}}






@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection