@extends('layouts.master') @section('title', 'Myraluxa Aesthetic Pvt Ltd') @section('content')
@forelse ($blogs as $blog)
{{ $blog->title }}

{{ $blog->title }}

{!! Str::limit(strip_tags($blog->content), 100, '...') !!}

Read More
@empty

No blogs found.

@endforelse
{{ $blogs->links() }}
@endsection