{!!$blog->content!!}
@foreach ($blog->images as $image)
@endforeach
@extends('layouts.app') @section('content')
{!!$blog->content!!}