@extends('layouts.app') @section('content')

{{__('Testimonials')}}

@if(null!==(module(5)))
    @foreach(module(5) as $testimoinial)
    {!!$testimoinial->description!!}

    {{$testimoinial->title}} {{$testimoinial->extra_field_1}}

  • @endforeach
@endif
@endsection