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