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

Product

{{ $errors->first('product_id') }}
@endsection @section('page-scripts') @js('/js/jqBootstrapValidation.js','jq-validation','jquery') @append