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

Seller

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

Noch keine Seller.

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