@extends('layouts.app') @section('page_title', 'Edit Note') @section('content')

Edit Note

@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror

You can use markdown formatting: **bold**, *italic*, - lists, etc.

@error('content')

{{ $message }}

@enderror
@error('category')

{{ $message }}

@enderror
@php $colors = ['#FF6B6B', '#4ECDC4', '#45B7D1', '#FFA07A', '#98D8C8', '#F7DC6F', '#BB8FCE', '#85C1E2']; @endphp @foreach($colors as $colorOption) @endforeach
Cancel
@endsection