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

Search Results

Searching for “{{ $search }}”

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