@php use App\Models\Direction; @endphp @extends('layouts.admin_layout') @section('content')
Направление | файл | действия |
---|---|---|
{{ Str::limit(Direction::where('id', $directionDescription->direction_code)->first()->full_name, 50) }} | {{ $directionDescription->file_name }} | редактировать удалить | @endforeach