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