@extends('layout/app') @section('title', "Сварочное производство") @include('layout/header') @section('content') ФИО Должность Действия @foreach($specials as $row) {{ $row->name }} {{ $row->prof->name }} @endforeach @if ($edit==1) @include('special/modal') @endif @endsection