@foreach($notice as $val) <div> <div>{{$val->title}}</div> <div>{{$val->content}}</div> </div> @endforeach