@extends('layouts.app_web') @section('content')
@include('layouts.navigation_web')
Mostrando {{count($posts)}} publicaciones.
Filtrar:
@foreach ($posts as $post)
{{-- ESTO LO USAMOS EN LOS POSTS --}}
{{-- --}}

{{$post->titulo_principal}}

@endforeach
{{-- --}}
@endsection