@extends('merchant.layout') @section('title',__('Edit order')) @section('css') @endsection @section('breadcrump')

{{ __('Order') }}#{{$order->order_id}}

@endsection @section('content') @include('merchant.pages.orders._form') @include('merchant.pages.orders.order_product_modal') @include('merchant.pages.orders.create_order_product') @endsection @section('scripts') @include('merchant.pages.orders.edit_js') @endsection