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

Testimonials

@forelse($testimonial as $testimonials)

{{ $testimonials->title }}

{!! $testimonials->detail !!}

@empty

Testimonials Not Found

@endforelse
@include('front.include.contact-form') @endsection