@extends('frontend_eng.layouts.app') @section('title', 'About Us') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')

{{ $about->title }}

{!! $about->content !!}
@if ($timelines->isNotEmpty())

Our History

@foreach ($timelines as $key => $timeline)
tab-image

{{ $timeline->title }}

{!! $timeline->description !!}
@endforeach
@endif @endsection