/var/www/flurhymez/resources/views/sections
NameSizeModeActions
contact.blade.php83880644editdlrm
events.blade.php15460644editdlrm
intro.blade.php53700644editdlrm
mission.blade.php6850644editdlrm
partners.blade.php9150644editdlrm
services.blade.php9330644editdlrm
statistics.blade.php5250644editdlrm
story.blade.php6730644editdlrm
team.blade.php79750644editdlrm
testimonials.blade.php12450644editdlrm
works.blade.php86300644editdlrm
Edit: /var/www/flurhymez/resources/views/sections/testimonials.blade.php (1245B)
@if (count($testimonials) != 0)

{!! __('lang.testimonials.section_title') !!}.

@foreach ($testimonials as $testimonial)

{{$testimonial->description}}

{{$testimonial->position}}

{{$testimonial->name}}

@endforeach

@endif