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

{{__('texte.price_lists_arr.list_objects.price_list')}}

{{__('texte.price_lists_arr.list_objects.name')}}: {{ $price_list->title }}
{{__('texte.price_lists_arr.list_objects.description')}}: {{ $price_list->description }}
@if($price_list->condition!='')
{{__('texte.price_lists_arr.list_objects.condition')}}: {{ $price_list->condition }}
@endif @if($price_list->condition!='')
{{__('texte.price_lists_arr.list_objects.period')}}: {{ $price_list->period }}
@endif
{{__('texte.price_lists_arr.list_objects.validity')}}: @foreach($storages as $storage) {{in_array($storage->id,$price_list->validity) ? $storage->name.',' : ''}} @endforeach {{in_array('repr',$price_list->validity) ? (__('texte.price_lists_arr.list_objects.representative').',') : ''}} {{in_array('ext_repr',$price_list->validity) ? (__('texte.price_lists_arr.list_objects.ext_representative').',') : ''}} {{in_array('clients',$price_list->validity) ? (__('texte.price_lists_arr.list_objects.clients').',') : ''}}
{{__('texte.price_lists_arr.list_objects.active_f')}}: {{ $price_list->active == 1 ? __('texte.price_lists_arr.list_objects.yes') : __('texte.price_lists_arr.list_objects.no')}}
@permission('price_list_objects-form-type-read')
@endpermission @permission('price_list_objects-form-subtype-read')
@endpermission @permission('price_list_objects-form-contragent-read')
@endpermission @permission('price_list_objects-form-object-read')
@endpermission
{{__('texte.price_lists_arr.list_objects.price_list_objects')}}
{{strtoupper(__('texte.price_lists_arr.list_objects.id'))}} {{__('texte.price_lists_arr.list_objects.type')}} {{__('texte.price_lists_arr.list_objects.subtype')}} {{__('texte.price_lists_arr.list_objects.contragent')}} {{__('texte.price_lists_arr.list_objects.object')}} {{__('texte.price_lists_arr.list_objects.delivery_address')}} @if($price_list->active==1) @endif
@endsection