@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', trans('temp::template.order.page_title')) @section('content')
@includeIf('temp::tab_header')

{{ __('temp::template.order.purchase order setting')}}.

{{__('temp::template.order.purchase order setting')}}.

{{__('temp::template.invoice.text_note')}}.

@if($order) @include('temp::Purchaseorder.partial.update_po_settings') @else @include('temp::Purchaseorder.partial.create_new_po_settings') @endif
@stop @section('javascript') @stop