@extends('frontend.layouts.app') @section('title', 'प्रशंसापत्रहरू') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@if($testimonial->has_link =='Yes' && $testimonial->link) @else @if (pathinfo($testimonial->image, PATHINFO_EXTENSION) == 'mp4' || pathinfo($testimonial->image, PATHINFO_EXTENSION) == 'mov' || pathinfo($testimonial->image, PATHINFO_EXTENSION) == 'ogg') @else {{$testimonial->title ? $testimonial->title : ''}} @endif @endif

{{$testimonial->title_np ? $testimonial->title_np : $testimonial->title}}

{!! $testimonial->content_np ? $testimonial->content_np : $testimonial->content !!}
@endsection