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