@extends('layouts.backend') @section('js_after') @endsection @section('css_after') @endsection @section('content')
EDIT NOTE
All List
@csrf
Title
*
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Note
*
{{old('description',isset($note['description'])?$note['description']:'')}}
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
Update
@endsection