@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content')
@include('shared.messages')

{{__('texte.objects_arr.forbidden_products.forbidden_products_for_object')}} {{$object->user->name}}

@if(count($forbidden_products)>0) @foreach($forbidden_products as $forbidden_product) @endforeach @else @endif
{{__('texte.objects_arr.forbidden_products.id')}} {{__('texte.objects_arr.forbidden_products.product')}}
{{$forbidden_product->id}} {{$forbidden_product->name}}

{{__('texte.objects_arr.forbidden_products.no_forbidden_products')}}

@endsection