@extends('layout/app') @section('title', "Должности") @include('layout/header') @section('content') Должность Действия @foreach($profs as $row) {{ $row->name }} @endforeach @if ($edit==1) @include('prof/modal') @endif @endsection