{{ __('Posts') }}

@foreach($posts as $post) @endforeach
{{ __('Image') }} {{ __('Title') }} {{ __('Content') }} {{ __('Active') }} {{ __('Action') }}
{{ $post->title }} {!! $post->lead !!} @if($post->visibility) @else @endif
@method('DELETE') @csrf
{{ $posts->links() }}