@extends('layouts.backend') @section('js_after') @endsection @section('css_after') @endsection @section('content')

NEW NOTE

@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('description')) @endif
@endsection