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