@extends('metronic::layouts.app') @section('htmlheader_title') Order Service @endsection @section('main-content')

Order Service

@if ($errors->count())

There were errors with your order, please try again.

@endif
{{ csrf_field() }}
@if ($user && $user->isReseller())

Account

{{ $errors->first('account_id') }}
{{ $errors->first('order_email_manual') }}
@elseif ($user)

Account

{{ $errors->first('account_id') }}
{{ $errors->first('account_name') }}
@else

Account

{{ $errors->first('order_email_manual') }}
@endif

Product

{{ $errors->first('product_options') }}
{{ $errors->first('product_id') }}
@if (old('product_id')) @include('order.widget.info',['o'=>$po]) @endif
@if (old('product_id')) @include('order.widget.order',['o'=>$po]) @endif

Notes

{{ $errors->first('options.notes') }}
@endsection @section('page-scripts') @themejs('plugin/jqBootstrapValidation/jqBootstrapValidation.js','jq-validation','jquery') @themejs('//code.jquery.com/ui/1.12.1/jquery-ui.js','jquery-ui-js','jqery') @append