@extends('ecommerce::frontend.layout.main') @section('title') @endsection @section('description') @endsection @section('content')
@foreach($blogs as $blog) @if(isset($blog->thumbnail)) {{$blog->title}} @endif

{{$blog->title}}

@endforeach
@endsection @section('script') @endsection