@extends('back.layouts.printable')
@push('styles')
@endpush
@section('content')
@foreach ($orders as $order)
@if ($order->hasPhysicalProduct())
@include('back.orders.partials.shipping-form-min')
@endif
@endforeach
@endsection
@push('scripts')
@endpush