@extends('layouts.admin') @section('content') @php $urlRedirect = route('admin.orderProducts.detail', $productExchanges->id); $urlRedirect .= !empty($request->order_id) ? '?order_id=' . $request->order_id : ''; @endphp @endsection