@extends('template.desktop.app') @push('styles') @endpush @section('content')
{{-- HEADER --}}

Edit Order #{{ $order['reference_no'] }}

@csrf @method('PUT') @php function glossy_start() { return '
'; } function glossy_end() { return '
'; } $defaultSku = ''; if (!empty($items) && isset($items[0]['sku'])) { $defaultSku = $items[0]['sku']; } @endphp
{{-- LEFT COLUMN --}}
{!! glossy_start() !!}

Data Penerima & Lokasi

{{-- Destination Search --}}
{{-- Area Display --}}

Gunakan "Cari Destinasi" untuk memilih area atau edit manual field di atas.

{!! glossy_end() !!}
{{-- RIGHT COLUMN --}}
{{-- INFO TAMBAHAN (MOVED HERE) --}} {!! glossy_start() !!}

Info Tambahan

@if ($order['payment_method'] !== 'COD')
@if ($order['transfer_proof']) @endif
@endif
{!! glossy_end() !!} {{-- DETAIL PRODUK & PENGIRIMAN --}} {!! glossy_start() !!}

Detail Produk & Pengiriman

{{-- Mitra/Actor Search --}}
{!! glossy_end() !!}
{{-- Error Toast --}} @if ($errors->any()) @endif @endsection