@extends('website.layout.app') @section('title', __('Badar Expo Solutions')) @section('content')
@foreach ($blogs as $item)
{{ $item->created_at->format('Y M d H:i A') }}
Image_not_found
{{ $item->category->name }} event

{{ \Illuminate\Support\Str::limit($item->title, 30) }}

{{ \Illuminate\Support\Str::limit(strip_tags($item->description), 55) }}

Read More
@endforeach
@foreach ($blogs as $item)
Image_not_found
{{ $item->created_at->format('Y M d H:i A') }}
{{ $item->category->name }} event

{{ \Illuminate\Support\Str::limit($item->title, 30) }}

{{ \Illuminate\Support\Str::limit(strip_tags($item->description), 70) }}

Read More
@endforeach
@foreach ($blogs as $item)
Image_not_found
{{ $item->created_at->format('Y M d H:i A') }}
{{ $item->category->name }} event

{{ \Illuminate\Support\Str::limit($item->title, 30) }}

{{ \Illuminate\Support\Str::limit(strip_tags($item->description), 70) }}

Read More
@endforeach
{{--
--}}
@endsection