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

{{__('texte.product_lists_arr.objects.product_list')}}

{{__('texte.product_lists_arr.objects.title')}}: {{ $product_list->title }}
@permission('product_list_objects-form-type-read')
@endpermission @permission('product_list_objects-form-subtype-read')
@endpermission @permission('product_list_objects-form-contragent-read')
@endpermission @permission('product_list_objects-form-object-read')
@endpermission
{{__('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')}}
@endsection