Change rendering of notes/errors/update and highlight attributes that are successfully updated
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
])
|
||||
@endsection
|
||||
|
||||
@section('main-content')
|
||||
<x-note/>
|
||||
<x-success/>
|
||||
@section('page_status')
|
||||
<x-error/>
|
||||
@endsection
|
||||
|
||||
@section('main-content')
|
||||
<div class="main-card mb-3 card">
|
||||
<form id="dn-update" method="POST" class="needs-validation" action="{{ url('entry/update/commit') }}" novalidate>
|
||||
@csrf
|
||||
|
Reference in New Issue
Block a user