@php use Illuminate\Support\Str; use Illuminate\Support\Arr; use App\Libraries\General; @endphp @foreach($blogs as $b)

{{date(' F d, Y ',strtotime($b['created']))}}

{{Str::limit(strip_tags($b['description']),100,'...')}}
Read more
@endforeach