{{-- @if ($contents->count() > 0)

From Our Blogs

@foreach ($contents as $content)
Card image

{{str_limit($content->title , $limit = 24, $end = '...')}}

{{$content->author? $content->author." / " : null}}{{site_date_format($content->created_at)}}

{!! str_limit($content->short_text, $limit = 125, $end = '...') !!}

More About
@endforeach
@endif --}} @push('style') @endpush
@php $title = json_decode($home_works['title'] ?? ''); $description = json_decode($home_works['description'] ?? ''); @endphp
img

{{ $description->cards[0] ?? '' }}

{!! str_limit($description->card_description[0],100) ?? '' !!}

Read >>
img

{{ $description->cards[1] ?? '' }}

{!! str_limit($description->card_description[1],100) ?? '' !!}

Read >>
img

{{ $description->cards[2] ?? '' }}

{!! str_limit($description->card_description[2],100) ?? '' !!}

Read >>
@push('script') @endpush