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

{{ $pageData['Blog']['top_banner_title'] ?? '' }}

{{ $pageData['Blog']['home_section_top_title'] ?? '' }}

{{ $pageData['Blog']['home_section_heading'] ?? '' }}

@forelse($get_blogs as $blog)

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

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

Blog Data Not Available

@endforelse
@endsection