@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