Service Order Information

{{ csrf_field() }}
Order Info {{ $o->order_info ? join('|',$o->order_info) : '*NONE*' }}
Order Notes {{ $o->order_notes ?: '*NONE*' }}
{{ $errors->first('product_options') }}
{{ $errors->first('order_notes') }}