@extends('layouts.admin') @section('content') @section('headerTitle') {{ $types->name }} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.cms.generale.item',$types) }} @endsection @section('buttons') @can('admin-create') @endcan @endsection