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