@extends('master')
@section('title')Notes « @stop
@section('content')
@foreach ($notes as $note)
@include('templates.note', ['note' => $note])
@endforeach
{!! $notes->render() !!}
@stop
@if (Request::path() == '/')@include('templates.bio')@endif
@section('scripts')