@extends('inventory.layout') @section('title', 'Edit Order') @section('content') @push('head') @endpush
@csrf @Method('PUT') @include('include.message')

{{ __('Basic Information')}}

@push('script') @endpush @endsection