@if ($errors->any())
@endif @include('flash-message')
@foreach ($blogs as $key => $data) @endforeach
# Title (English) Author Posted At Action
{{ $key + 1 }} @if ($data->title_en != null) {{-- {!! \Illuminate\Support\Str::words($data->vision_text, 10,'....') !!} --}} {{ $data->title_en }} @endif @if ($data->author_name != null) {{-- {!! \Illuminate\Support\Str::words($data->vision_text, 10,'....') !!} --}} {{ $data->author_name }} @endif @if ($data->created_at != null) {{-- {!! \Illuminate\Support\Str::words($data->vision_text, 10,'....') !!} --}} {{ \Carbon\Carbon::parse($data->created_at)->format('l jS \of F Y') }} @endif Details Edit
{{ method_field('DELETE') }} {{ csrf_field() }}