@extends('layouts.backend') @section('mainContentArea')

@if(strstr(Route::currentRouteName(),'purchase-orders')) Inward Purchase Order @elseif(strstr(Route::currentRouteName(),'party')) Back Outward Party Sale Order Back @else Outward POS Sale Order Back @endif

@include("backend.pos-sales-order.outward-form")
@endsection