Blogs
@foreach ($errors->all() as $error)
{{ $error }}
@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 |