@extends('master') @section('title') Search « @stop @section('content')

Search Results

@foreach($notes as $note)
@include('templates.note', ['note' => $note])
@endforeach @stop @section('scripts') @include('templates.mapbox-links') @stop