@extends('layouts.front-layout') @section('content')

bLOG

Our latest

News

@forelse($get_blogs as $blog)
{{$blog->created_at->format('F d, Y')}}

{{$blog->title ? : ''}}

{!! \Illuminate\Support\Str::limit(strip_tags($blog->first_description), 80, '...') !!}
  • Cosmetic
  • Fashion
Read More
@empty

Blog Data Not Available

@endforelse
@endsection