@extends('master')
@section('title')
Notes « Jonny Barnes
@stop
@section('content')
@foreach ($notes as $note)
@include('templates.note', ['note' => $note])
@endforeach
{!! $notes->render() !!}
@stop
@section('scripts')
@include('templates.mapbox-links')