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

Order Service

{{ csrf_field() }}

Register or Sign In

@if (Auth::user()) {{ Auth::user()->name }} @else Login @endif
@if ($user->isReseller())

Client

{{ $errors->first('order_email_manual') }}
{{ $errors->first('order_email') }}
@if (FALSE AND Auth::user()->isBusiness()) @endif
@else @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