@extends('master') @section('title')New Note « Admin CP « @stop @section('content') @if (count($errors) > 0)
@endif @include('templates.new-note-form', [ 'micropub' => false, 'action' => '/admin/note', 'id' => 'newnote-admin' ])
{{ csrf_field() }}
New Note
@stop @section('scripts') @include('templates.mapbox-links') @stop