🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home2
/
birthday
/
Downloads
/
modules
/
Wpbox
/
Resources
/
views
/
landing
/
partials
✏️
Editing: testimonial.blade.php
<div class="h-auto bg-white rounded-xl shadow-sm p-6 relative"> <div class="flex items-center border-b relative border-gray-100 border-solid pb-5 mb-5"> <img src="{{ $testimonial->image_link }}" class="rounded-full mr-3 w-12 h-12"> <div class="relative"> <p class="font-semibold text-gray-600 leading-none my-1">{{ $testimonial->title }}</p> <p class="font-medium text-gray-400 text-sm">{{ $testimonial->subtitle }}</p> </div> </div> <blockquote class="text-gray-400 z-10 leading-7 relative pb-3">"{{ $testimonial->description }}"</blockquote> <svg class="h-auto absolute z-0 top-0 right-0 w-12 opacity-30 mt-6 mr-7 text-gray-200" fill="currentColor" viewBox="0 0 32 32" aria-hidden="true"><path d="M9.352 4C4.456 7.456 1 13.12 1 19.36c0 5.088 3.072 8.064 6.624 8.064 3.36 0 5.856-2.688 5.856-5.856 0-3.168-2.208-5.472-5.088-5.472-.576 0-1.344.096-1.536.192.48-3.264 3.552-7.104 6.624-9.024L9.352 4zm16.512 0c-4.8 3.456-8.256 9.12-8.256 15.36 0 5.088 3.072 8.064 6.624 8.064 3.264 0 5.856-2.688 5.856-5.856 0-3.168-2.304-5.472-5.184-5.472-.576 0-1.248.096-1.44.192.48-3.264 3.456-7.104 6.528-9.024L25.864 4z"></path></svg> </div>
💾 Save Changes
❌ Cancel