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