@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content')

Blog - {{$row->title}}

{{$row->thumbnail_alt}}

{!! $row->text !!}




@stop