@include('components.header')
HAPPY STAMP THAT IMPRINTS MEMORIES!
Blog Categories
All
@foreach ($tags as $tag)
tag) == 0 ? 'selected' : 'NA' }}> {{ $tag->tag }}
@endforeach
@foreach ($data as $blog)
{{--
--}} @php preg_match_all('/(?i)\/post\/(.*\S+(?:png|jpg|jpeg|svg))/', $blog->description, $matches); $img = $matches[0]; @endphp
{{ $blog->created_at->format('d') }}
{{ $blog->created_at->format('M') }}
{{ $blog->title }}
{!! strip_tags($blog->description) !!}
Read more
{{--
--}}
@endforeach
@include('components.footer')