@extends('layouts.main') @section('title', 'Return Order') @section('content')

Return Order - #{{ $order['payment_order_id'] }}

@csrf
{{-- This div will show validation errors from the server --}}
@endsection @push('script') {{-- IMPROVEMENT: Combined both scripts into a single, more organized block --}} @endpush