@extends('layouts.app') @section('htmlheader_title') {{ trans('message.home') }} @endsection @section('main-content')

Order Service

{{ csrf_field() }}
@if (Auth::user() AND Auth::user()->isReseller())

Account

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

Account

{{ $errors->first('account_id') }}
{{ $errors->first('account_name') }}
@else @php //dd($errors); @endphp

Account

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

Product

{{ $errors->first('product_options') }}
{{ $errors->first('product_id') }}
@if (old('product_id')) @include('widgets.product_description',['o'=>$po]) @endif
@if (old('product_id')) @include('widgets.product_order',['o'=>$po]) @endif
@endsection @section('page-scripts') @js('/js/jqBootstrapValidation.js','jq-validation','jquery') @append