@extends('frontend.layouts.master2') @section('title') Testimonials @endsection @section('main-content')
banner_image) data-background="{{ Storage::url($banner->banner_image) }}" @else data-background="{{ asset('frontend/assets/images/bg/breadcrumb-bg.png') }}" @endif>

Testimonials

Home Testimonials
@if($testimonials) @foreach($testimonials as $testimonial)
{{$testimonial->name}}
{{$testimonial->position}}

{!!$testimonial->message!!}

@endforeach @endif
@endsection