@extends('layouts.dashboard') @section('header')

{{ __('Edit Note') }}

@endsection @section('content')
@csrf @method('PUT')
@endsection