@if( $order["combinition"] == StockOrder::LEFT_EYE )
{{ html()->form('POST', route('frontend.store-stock-order'))->attribute('id','stock-order_form')->open() }}
| 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 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