@extends('layouts.hope.page') @section('title', $title) @section('content_header') {{$title}} {{$obj->code}} @stop @section('content') {!! nl2br($obj->address) !!} {!! nl2br($obj->note) !!} @stop