@extends('layouts.layout-2') @section('content')

{{ __('Authoren') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($contents as $value) @endforeach
  {{__('Name')}}
{{ $value->name }}
@endsection