Server IP : 66.29.132.124 / Your IP : 3.129.211.190 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/themes/Mytravel/Event/frontend/layouts/details/ |
Upload File : |
@if($translation->faqs) <div class="border-bottom py-4"> <h5 class="font-size-21 font-weight-bold text-dark mb-4"> {{__("FAQs")}} </h5> <div id="FAQs"> @foreach($translation->faqs as $key=>$item) <div class="card border-0 mb-4 pb-1"> <div class="card-header border-bottom-0 p-0" > <h5 class="mb-0"> <button type="button" class="collapse-link btn btn-link btn-block d-flex align-items-md-center p-0" data-toggle="collapse" data-target="#FAQs_{{$key}}" @if($key == 0 ) aria-expanded="true" @else aria-expanded="false" @endif aria-controls="FAQs_{{$key}}"> <div class="border border-color-8 rounded-xs border-width-2 p-2 mb-3 mb-md-0 mr-4"> <figure id="rectangle" class="minus"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="2px" class="injected-svg js-svg-injector mb-0" data-parent="#rectangle"> <path fill-rule="evenodd" fill="rgb(59, 68, 79)" d="M-0.000,-0.000 L15.000,-0.000 L15.000,2.000 L-0.000,2.000 L-0.000,-0.000 Z"></path> </svg> </figure> <figure id="plus1" class="plus"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" class="injected-svg js-svg-injector mb-0" data-parent="#plus1"> <path fill-rule="evenodd" fill="rgb(59, 68, 79)" d="M16.000,9.000 L9.000,9.000 L9.000,16.000 L7.000,16.000 L7.000,9.000 L-0.000,9.000 L-0.000,7.000 L7.000,7.000 L7.000,-0.000 L9.000,-0.000 L9.000,7.000 L16.000,7.000 L16.000,9.000 Z"></path> </svg> </figure> </div> <h6 class="font-weight-bold text-gray-3 mb-0">{{$item['title']}}</h6> </button> </h5> </div> <div id="FAQs_{{$key}}" class="collapse @if($key == 0 ) show @endif" data-parent="#FAQs"> <div class="card-body"> <p class="mb-0 text-gray-1 text-lh-lg"> {!! clean($item['content']) !!} </p> </div> </div> </div> @endforeach </div> </div> @endif