@extends('frontend_eng.layouts.app') @section('title', 'Blogs') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@if($blog->has_link =='Yes' && $blog->link) @else @if (pathinfo($blog->image, PATHINFO_EXTENSION) == 'mp4' || pathinfo($blog->image, PATHINFO_EXTENSION) == 'mov' || pathinfo($blog->image, PATHINFO_EXTENSION) == 'ogg') @else {{$blog->name ? $blog->name : ''}} @endif @endif

{{$blog->name}}

{{$blog->created_at->format('d M, Y')}}
{!! $blog->content !!}
@endsection