@extends(isset($input['print']) && $input['print']==1 ? 'layouts.general' : 'layouts.app') @section('link') @if(isset($input['print']) && $input['print']==1) @endif @endsection @section('style') @endsection @section('content')
@include('shared.messages')

Неактивни обекти с издадени документи

@if(isset($objects)) @foreach($objects as $object) @endforeach @endif
ID Контрагент Обект
{{$object->documentable_id}} {{$object->contragent_name}} {{$object->name}}
@endsection