@extends('redesign.layouts.dashboard') @section('title', 'Standorte') @section('documentTitle', 'Standorte') @section('overlay-style', 'display:block') @section('document')
@if( $places->count() )
@include('redesign.back.seller.places.pieces.table')
@else

Noch keine Standorte.

Neuen Standort erstellen
@endif
@endsection @section('scripts-page') @endsection