@extends('AdminLte.template')
@section('title')
{{($trnType == 'GRN') ? 'Goods Receipt Note With PO' : 'Goods Receipt Note Return With PO'}} 
@endsection
@section('ExternalCss')
@parent
@endsection
 
@section('Content')
    
        
            @php
            $trnasactionTitle = ($trnType == 'GRN') ? 'Goods Receipt Note With PO' : 'Goods Receipt Note Return With PO' ;
            @endphp
            
{{$trnasactionTitle}}
        
     
    {{ Form::open(['action' => 'StoreItemController@createPurchaseWithPo','autocomplete'=>'off','id'=>'purchaseForm']) }}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
        
        
        
        
        
            
            
        
        {{ Form::close() }}
    
 
    
 
@endsection
      
@section('BootstrapModals')
@endsection
@section('ExternalJs')
@endsection