@extends('layouts.general') @section('link') @if(isset($input) && (!isset($input['print']) || $input['print']==1)) @endif @endsection @section('content')
{{strtoupper(__('texte.objects_arr.index.id'))}} | {{__('texte.objects_arr.index.object')}} | {{__('texte.objects_arr.index.contragent')}} | {{__('texte.objects_arr.index.contact_person')}} | {{__('texte.objects_arr.index.location')}} | {{__('texte.objects_arr.index.representative')}} | {{__('texte.objects_arr.index.address')}} | {{__('texte.objects_arr.index.active_m')}} |
---|---|---|---|---|---|---|---|
{{$object->id}} | {{$object->object_name}} | {{$object->contragent->company_name ?? $object->contragent->user->name}} | {{$object->contact_person ?? ''}} | {{$object->location->name}} | {{$object->spokesman->name ?? ''}} | {{$object->delivery_address}} | {{$object->active==1 ? 'Да' : 'Не'}} |