@extends('user.app') @section('head') @endsection @section('content')

{{$blog->name}}

{!!$blog->topBlock!!}

{!!$blog->middleBlock!!}
{!!$blog->bottomBlock!!}
@include('user.prefooter') @endsection @section('foot') @endsection