@extends('layouts.admin') @section('content') @section('headerTitle') {{$item->name}} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.departments.view', $item) }} @endsection @section('buttons') @endsection

{{$item->name}}

{{--
--}}
Coordonator
{{@$item->coordinator->name}}
Tip
{{$item->type}}
Utilizatori
@if(@$item->admins) {{implode(',',$item->admins->pluck('name')->toArray())}} @endif
Ultima actualizare
{{$item->updated_at}}

Descriere

{{$item->description}}
@endsection @push('scripts') @endpush