![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32/resources/views/widgets/ |
<section class="widget card mb-3 reaction-post"> <div class="card-body"> <h5 class="card-title"> {{$title}} </h5> <div class="body"> @foreach($posts as $post) <div class="post"> <a href="{{$post['postUrl']}}" class="reaction-post pt-3"> <div class="image"> <img src="{{$post['postImage']}}" alt="{{ $post['postTitle'] }}" class="img-fluid mb-2" /> <div class="reaction-icon"> @include("icons::reactions.".$post['reaction']) </div> </div> <h6 class="font-weight-bold">{!! $post['postTitle'] !!}</h6> </a> </div> @endforeach </div> </div> </section>