@extends('website.layouts.app') @section('content')
@include('website.layouts.appoinment_btn')
@include('website.layouts.head_nav')

Blogs

@foreach ($blogs as $blog)
blog thumbnail {{ $blog->created_at->format('d M Y') }}

{{ $blog->blog_title }}

{!! Str::of(strip_tags($blog->blog_description))->limit(100) !!}

Read More
@endforeach
@endsection @push('custom-meta') Dental services in Qatar @endpush