@extends('frontend.layouts.app') @section('title', __('Explore')) @section('meta_description', 'Discover our curated collection of recent news and thought-provoking articles. Delve into our latest endeavors and gain inspiration to enrich your mind and elevate your ideas.') @section('content')
Thoughts
Discover our curated collection of recent news and thought-provoking articles. Delve into our latest endeavors and gain inspiration to enrich your mind and elevate your ideas.
@if ($explores->count() !== 0) @else
NOT FOUND
@endif
@endsection @push('after-scripts') @endpush