@extends('layout/app') @section('title', "Промнадзор") @extends('layout/header') @section('content')
@foreach($columns_1 as $column) @endforeach @foreach($columns_2 as $column) @endforeach
Специалисты {{ $column->name }}
{{ $column->name }}
@include('layout/vsego', ['columns' => $columns_2]) @foreach($rows as $row) @foreach ($columns_2 as $column) @endforeach @endforeach
{{ $row->name }} @if (isset($scan[$column->id][$row->id])) @endif @if (isset($date_inst[$column->id][$row->id])) {{ $date_inst[$column->id][$row->id]}} @php $create = 0; @endphp @endif @if (isset($date_rep[$column->id][$row->id]))
  {{ $date_rep[$column->id][$row->id]}} @php $create = 0; @endphp @endif @if ($user=='Admin') @endif
@if ($edit==1) @include('prom_nadzor/modal') @endif @endsection