@extends('layouts.admin') @section('content') @section('headerTitle') Compartimente @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.compartments.index') }} @endsection @section('buttons') @can('admin-create') Adauga Compartiment @endcan @endsection