@extends('redesign.layouts.metronic.dashboard') @section('title', 'Standorte') @section('documentTitle', 'Standorte') @section('overlay-style', 'display:block') @section('styles-page') @endsection @section('document')

Standorte

@if( $user->canDo('create places', true) ) @endif
@if( $places->count() )
@include('redesign.back.metronic.places.pieces.table')
{{ csrf_field() }} {{ method_field('DELETE') }}
@else

Noch keine Standorte.

@if( $user->canDo('create places', true) ) Neuen Standort erstellen @endif
@include('redesign.back.metronic.places.pieces.table_fake')
@endif
@endsection @section('scripts-page') @if( $places->count() ) @else @endif @endsection