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