@extends('layouts.frontend') @section('content') @endsection @extends('layouts.frontend') @section('content')
@foreach($Blog as $k=>$v)
@if($v->image != "")
img

{{ $v->title }}

{{ $v->description }}

@else

{{ $v->title }}

{{ $v->description }}

@endif
@endforeach
@endsection