@extends('layouts.manage')
@section('title')
@lang('Edit Order')
@endsection
@section('page-header-title')
@lang('Edit Order') @lang('View Orders')
@endsection
@section('page-header-description')
@lang('Edit Order') @lang('Go Back')
@endsection
@section('styles')
@include('includes.order_tracker_style')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.orders.edit')
@endsection