{{ __('Texts') }}

@foreach($texts as $text) @endforeach
{{ __('Title') }} {{ __('Content') }} {{ __('Action') }}
{{ $text->title }} {{ $text->content }}
@method('DELETE') @csrf
{{ $texts->links() }}