@php use App\Theme; // Where theme_id "588969111125" to "588969111146" $themes = Theme::whereBetween('theme_id', ['588969111125', '588969111148']) ->where('theme_id', '!=', '588969111147') ->where('status', '1') ->get(); @endphp

{{ __('Themes') }}

{{ __('Find Your Perfect Theme') }}

{{ __('Personalize Your Digital Identity with Our Stunning Collection') }}

{{-- Themes --}} @foreach ($themes as $theme)
{{ $theme->theme_name }}
@endforeach