@extends($activeTemplate.'layouts.master') @section('content')
@foreach($products as $product)
Image
{{$product->unavailableProduct->name}}
@endforeach @if ($products->hasPages()) @endif
@endsection