@include('redesign.back.metronic.pieces.alert', [ 'type' => 'info', 'icon' => '', 'text' => '* Pflichtangabe', ])

Kontaktdaten

@if($errors->has('geo')) @include('redesign.back.metronic.pieces.alert', [ 'type' => 'danger', 'icon' => '', 'text' => $errors->first('geo'), ]) @endif
{{ $errors->first('street') }}
{{ $errors->first('housenumber') }}
{{ $errors->first('zip') }}
{{ $errors->first('city') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}

Öffnungszeiten

{{ $errors->first('wt_mon') }}
{{ $errors->first('wt_tue') }}
{{ $errors->first('wt_wed') }}
{{ $errors->first('wt_thu') }}
{{ $errors->first('wt_fri') }}
{{ $errors->first('wt_sat') }}
{{ $errors->first('wt_sun') }}