@extends('layouts.shop-control-layout') @section('title', 'Редагування замовлення #' . $order->order_id) @section('content')
@csrf
@foreach ($order->productsInOrder as $productInOrder)
x {{ $productInOrder->product->name }} ({{ $productInOrder->product->color_text }})
@endforeach
@endsection