@extends('redesign.layouts.metronic.dashboard') @section('title', 'Benutzer') @section('documentTitle', 'Benutzer') @if( $agents->count() ) @section('overlay-style', 'display:block') @endif @section('styles-page') @endsection @section('document')

Benutzer

@if( $agents->count() )
@include('redesign.back.metronic.operator.users.agents.pieces.table')
@else

Noch keine Benutzer.

@endif
@endsection @section('scripts-page') @if( $agents->count() ) @endif @endsection