@extends('merchant.layout') @section('title','Edit Order') @section('content')

Edit Order

{{-- ERROR MESSAGE --}} @if ($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection