@forelse(@$blogs as $blog)
  • img {{ Str::limit($blog->title, 30) }}
  • @empty
  • {{ __('No Data Found') }}
  • @endforelse