@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', trans('order::order.new purchase order')) @section('content')
{{__('order::order.fillup the information below to generate a purchase order')}}
{{__('order::order.barcode')}} {{__('order::order.description')}} {{__('order::order.part no')}} {{__('order::order.qty')}} {{__('order::order.price')}} {{__('order::order.total')}} {{__('order::order.action')}}
@if(View::exists('stocks::Products.short_code.products_modal')) @include('stocks::Products.short_code.products_modal') @endif
{{ CURRENCY_SYMBOL() }}
{{ __('%') }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{-- Hidden form--}} {{-- Hidden form--}}
@endsection