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

Consumables Order

{{ html()->form('POST', route('frontend.store-consumables-order'))->attribute('id','confirm-order_form')->open() }}
MISC ORDER CONFIRMATION

{{ $order->name }}

Quantity: {{ $request->quantity }}

{{ $order->description }}

{{ form_cancel(route('frontend.user.new-consumables-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() }} @endsection @push('after-scripts') @endpush