@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Edit Order']) @endsection @section('content')

{{ __('Edit Order') }}

@csrf @method('PUT')
@php $payment_status=$info->payment_status ?? null; @endphp
@if($info->status==2)
@endif
Note: {{ __('If This Order Does Not Used Have Any Payment Getway The Payment Status Will Not Update') }}
@endsection @push('js') @endpush