@extends('layout') @section('content')
@foreach($data as $blog)

{{$blog['title']}}

{{$blog['content']}}

CONTINUE READING
Blog Image {{$blog['id']}}
@endforeach
@endsection