@extends('frontend.layouts.app') @section('title', 'प्रशंसापत्रहरू') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@forelse ($testimonials as $testimonial)
{{ $testimonial->title }}
{{ Str::limit($testimonial->title_np ? $testimonial->title_np : $testimonial->title, 25) }}

{!! Str::limit($testimonial->content_np ? $testimonial->content_np : $testimonial->content, 75) !!}

@empty

No content is available at the moment

@endforelse
@endsection