@csrf @if (session('order_msg')) @endif @if (Auth::user()->isInternal()) @include('new-order.customer') @endif @if (Auth::user()->isCustomer()) @include('new-order.customer') @endif
 
@include('new-order.product') @include('new-order.list')