uff muchas cosas, agrege projecto y setup
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<form class="pure-form pure-form-stacked" action="{{ route('admin.now.update', ['now' => $now->id]) }}" method="post">
|
||||
@csrf
|
||||
<fieldset>
|
||||
<h1>Editar Now</h1>
|
||||
<a href="{{ route('admin.now.index') }}" class="pure-button button-black-white">Volver</a>
|
||||
<h1>Edit Now</h1>
|
||||
<a href="{{ route('admin.now.index') }}" class="pure-button button-black-white">Back</a>
|
||||
|
||||
<label for="md">Contenido</label>
|
||||
<label for="md">Content</label>
|
||||
<textarea id="md" name="md">{{ old('md', $now->md) }}</textarea>
|
||||
|
||||
<div class="control">
|
||||
<button type="submit" class="pure-button button-black-white">Actualizar</button>
|
||||
<button type="submit" class="pure-button button-black-white">Update</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user