@extends('layouts.app', ['class' => '', 'elementActive' => 'listCommunity']) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@csrf
{{ __('Benutzerinformationen online') }}
@if ($errors->has('$onlineInfo->authenticate_nameAppear')) {{ $errors->first('$onlineInfo->authenticate_nameAppear') }} @endif
@if ($errors->has('$onlineInfo->authenticate_emailAppear')) {{ $errors->first('$onlineInfo->authenticate_emailAppear') }} @endif
@if ($errors->has('$onlineInfo->authenticate_teleAppear')) {{ $errors->first('$onlineInfo->authenticate_teleAppear') }} @endif
@foreach ($listCommunity as $car) @if (isset($groupedImages[$car->car_id]))
{{ $car->car_hersteller }} - {{ $car->car_type }}
{{ $car->car_laufleistung ? $car->car_laufleistung : '' }}
{{ $car->car_motorleistung ? $car->car_motorleistung : '' }}
{{ $car->car_getriebe ? $car->car_getriebe : '' }}
{{ $car->car_erstzulassung ? date('Y', strtotime($car->car_erstzulassung)) : '' }}
@endif @endforeach
@endsection @stack('css') @push('scripts') @endpush