@extends('frontend.layouts.app') @section('title', 'समाचार') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@foreach ($news as $news)
{{$news->title}}

{{Str::limit($news->title_np ? $news->title_np : $news->title,25)}}

{{$news->created_at->format('d M, Y')}}

{!!Str::limit($news->content, 75)!!}

थप पढ्नुहोस्
@endforeach
@endsection