@extends('crud.list') @section('title') {{ $title }} @endsection @section('list') @foreach($result as $item) @php /** @var $item \App\Models\Department */ @endphp @endforeach
Название
{{ $item->name }}
@endsection