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