@extends('layouts.app') @section('title') Blogs - Sanlive Pharmacy @endsection @section('head') @endsection @section('content') {{--
@forelse ($blogs as $item)
Created: {{$item->created_at->format('M d, Y')}}. {{_('By'). ' '.$settings->site_name}}
{{$item->title}}
@empty

No data found

@endforelse
--}}
background
Our Blogs
{{--
Useful advice for anyone responsible for the care of an elderly or disabled person
--}}
@forelse ($blogs as $item)
post image

{{$item->title}}

{{--

{{trim(strip_tags($item->content))}}

--}} Read More
@empty

No data found

@endforelse {{--
post image

Unsure About Wearing a Face Mask? Here’s How and Why

That means that you should still be following any shelter-in-place orders in your community. But when you’re venturing out to the grocery store, pharmacy or hospital..

Read More
{{-- --}}
@endsection