@extends('layouts.app_web') @section('content')
@foreach ($posts as $post) @if ($post->id == $home2->post_one)
imagen_principal) }}" data-src="{{ asset('imagenes/posts/post_'.$post->id."/".$post->imagen_principal) }}" alt="AI-Powered Financial Planning: How Algorithms Revolutionizing" data-uc-img="loading: lazy">

{{$post->titulo_principal}}

@endif @endforeach
@foreach ($posts as $post) @if ($post->id == $home2->post_two)

{{$post->titulo_principal}}

@endif @endforeach @foreach ($posts as $post) @if ($post->id == $home2->post_three)

{{$post->titulo_principal}}

@endif @endforeach @foreach ($posts_ten as $post)

{{$post->titulo_principal}}

@endforeach
{{-- --}} {{-- toda la galeria --}}






@foreach ($galleries as $gallery)

{{$gallery->post->titulo_principal}}

@endforeach
{{-- categoria randon --}}

{{$category_random->description}}

@foreach ($category_random->posts as $post)

{{$post->titulo_principal}}

@endforeach
Ver todo

Productos

@foreach ($products as $product)

{{$product->name}}

@endforeach
@endsection