@if(strstr(Route::currentRouteName(),'pos-po'))
View POS Purchase Order Products
@else
@if(strstr(Route::currentRouteName(),'purchase-orders'))
Inward Order Products
Back
Approve Inwards
@elseif(strstr(Route::currentRouteName(),'party'))
Outward Party Sale Order Products
Back
@else
Outward POS Sale Order Products
Back
@endif
@if(!strstr(Route::currentRouteName(),'purchase-orders'))
Accounts Approval
Ready to Send
@for($f=1; $f <= count($flagarr);$f++)
PT File1
@endfor
@endif
@endif
@if(!empty($posSaleOrder->items) && $posSaleOrder->items->count() > 0)
@if(!strstr(Route::currentRouteName(),'pos-po'))
{{-- PRODUCTS SELECTED --}}
@if(!empty($consdata))
{!! $consdata !!}
@endif
{{-- PRODUCTS SELECTED --}}
@endif
@else
@if(strstr(Route::currentRouteName(),'pos-po'))
No items to inward!
@elseif(strstr(Route::currentRouteName(),'purchase-order'))
No items to inward!
@else
No items to outward!
@endif
@endif
@section('extraJs')
@endsection