@extends('layouts.app') @section('check') @endsection @section('content')
| Название | Сфера | Руководитель | @foreach($info as $i)
|---|---|---|
|
{{ $i['name'] }}
|
{{ $i['sphere'] }}
|
{{ $i['director'] }}
|