@extends('master') @section('title') Tagged Notes « @stop @section('content')

Notes tagged with {{ $tag }}

@foreach ($notes as $note)
{!! $note->note !!} {{ $note->human_time }}
@endforeach @stop