{{-- Left panel --}}
{{-- Form --}}
New Note
New Note
Fill in the form to create
@extends('layouts.app') @section('title', 'Create Note') @push('styles') @endpush @section('content')
@endsection @push('scripts') @endpush