@extends('frontend.layouts.split') @section('content')

Confirm Stock Order

All prices on this page are Net/Net. No further discounts applicable.

Combinition Type

Patient/Reference

{{ $order["patient"] }}

@if( $order["combinition"] == StockOrder::BOTH_EYES ) {{ html()->form('POST', route('frontend.store-stock-order'))->attribute('id','stock-order_form')->open() }}
Left Eye
Left material {{ $order["l_material"] }}
Left Colour {{ $order["l_colour"] }}
Left Coating {{ $order["l_coating"] }}
Lest SPH {{ $order["l_sph"] }}
Left CYL {{ $order["l_cyl"] }}
Left Qunatity {{ $order["l_quantity"] }}
Left Size {{ $order["r_size"] }}
Left Price {{ $order["l_price"] }}
Right Eye
Right Material {{ $order["r_material"] }}
Right Colour {{ $order["r_colour"] }}
Right Coating {{ $order["r_coating"] }}
Right SPH {{ $order["r_sph"] }}
Right CYL {{ $order["r_cyl"] }}
Right Qunatity {{ $order["r_quantity"] }}
Right Size {{ $order["r_size"] }}
Right Price {{ $order["r_price"] }}
{{ form_cancel(route('frontend.user.new-stock-lens-order'), __('buttons.general.cancel')) }} {{ form_button('javascript:void(0);','Confirm Order','btn yellow mt-ladda-btn ladda-button btn-submit-order') }}
{{ html()->form()->close() }} @else
@if( $order["combinition"] == StockOrder::LEFT_EYE ) {{ html()->form('POST', route('frontend.store-stock-order'))->attribute('id','stock-order_form')->open() }}
Left Eye
Left material {{ $order["l_material"] }}
Left Colour {{ $order["l_colour"] }}
Left Coating {{ $order["l_coating"] }}
Left SPH {{ $order["l_sph"] }}
Left CYL {{ $order["l_cyl"] }}
Left Qunatity {{ $order["l_quantity"] }}
Left Size {{ $order["l_size"] }}
Left Price {{ $order["l_price"] }}
{{ form_cancel(route('frontend.user.new-stock-lens-order'), __('buttons.general.cancel')) }} {{ form_button('javascript:void(0);','Confirm Order','btn yellow mt-ladda-btn ladda-button btn-submit-order') }}
{{ html()->form()->close() }} @elseif( $order["combinition"] == StockOrder::LEFT_EYE ) {{ html()->form('POST', route('frontend.store-stock-order'))->attribute('id','stock-order_form')->open() }}
Right Eye
Right material {{ $order["r_material"] }}
Right Colour {{ $order["r_colour"] }}
Right Coating {{ $order["r_coating"] }}
Lest SPH {{ $order["r_sph"] }}
Right CYL {{ $order["r_cyl"] }}
Right Qunatity {{ $order["r_quantity"] }}
Right Size {{ $order["r_size"] }}
Right Price {{ $order["r_price"] }}
{{ form_cancel(route('frontend.user.new-stock-lens-order'), __('buttons.general.cancel')) }} {{ form_button('javascript:void(0);','Confirm Order','btn yellow mt-ladda-btn ladda-button btn-submit-order') }}
{{ html()->form()->close() }} @endif
@endif @endsection @push('after-scripts') @endpush