@php use App\Models\Department; use App\Models\Faculty; use Illuminate\Support\Collection; /** @var Collection|Department[] $department */ $faculty = Faculty::find($department->faculty->id) @endphp @extends('layouts.admin-layout') @section('content') @auth()
{{ $department->name }}
{{ $department->description }}
{{ $department->position }}
{{--