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