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

{{$con->name}}

{!!$con->topBlock!!}

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