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