@extends('layouts.master') @section('stylesheets') @endsection @section('content') @component('partials.breadcrumbs') @slot('breadcrumb') {!! Breadcrumbs::render('departments') !!} @endslot @endcomponent @if($departments->count() === 0) @component('partials.results') @slot('message') Δεν υπάρχουν καταχωρημένα τμήματα @endslot @endcomponent @else
@include('departments.columns.button')
@include('departments.tables.index')
@endif @endsection @section('javascripts') @endsection