@extends('layouts.default') @section('title' ,'Note Master') @section('content')
@if ($errors->any()) @endif @if(session()->has('message')) @endif

Note Edit

@csrf
@endsection