@extends('layouts.app') @section('link')
@endsection @section('content')
@include('shared.messages')
{{__('texte.product_lists_arr.objects.product_list')}}
{{__('texte.product_lists_arr.objects.product_lists')}}
{{__('texte.product_lists_arr.objects.title')}}:
{{ $product_list->title }}
@permission('product_list_objects-form-type-read')
--- {{__('texte.product_lists_arr.objects.type')}} ---
@foreach ($types as $type)
{{ $type->name }}
@endforeach
@endpermission @permission('product_list_objects-form-subtype-read')
--- {{__('texte.product_lists_arr.objects.subtype')}} ---
@foreach ($subtypes as $subtype)
{{ $subtype->name }}
@endforeach
@endpermission @permission('product_list_objects-form-contragent-read')
--- {{__('texte.product_lists_arr.objects.contragent')}} ---
@foreach ($contragents as $contragent)
{{ $contragent->company_name!='' ? $contragent->company_name : $contragent->name}}
@endforeach
@endpermission @permission('product_list_objects-form-object-read')
--- {{__('texte.product_lists_arr.objects.object')}} ---
@foreach ($objects as $object)
{{$object->user->name }}
@endforeach
@endpermission
{{__('texte.product_lists_arr.objects.reset_filters')}}
{{__('texte.product_lists_arr.objects.product_list_objects')}}
{{strtoupper(__('texte.product_lists_arr.objects.id'))}}
{{__('texte.product_lists_arr.objects.type')}}
{{__('texte.product_lists_arr.objects.subtype')}}
{{__('texte.product_lists_arr.objects.contragent')}}
{{__('texte.product_lists_arr.objects.object')}}
{{__('texte.product_lists_arr.objects.delivery_address')}}
×
{{__('texte.product_lists_arr.objects.product_list_remove_object')}}
{{__('texte.product_lists_arr.objects.remove_object_confirm')}}
@endsection