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