@php use Carbon\Carbon; use App\Models\Post; use App\Models\User; use App\Models\Profile; use App\Models\Audios; $posts = Post::where('visibility', 'public')->get(); @endphp @extends("layouts.foruzone_layout") @section("title", "Emotion") @section("link-logo") {{route('emotion')}} @endsection @section("logo", "../images/emotion.png") @section("name-logo", "Emotion") @section("icon", "../images/emotion.ico") @section("side-menu")



