uff creo que ya esta
This commit is contained in:
@@ -5,21 +5,23 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<form class="pure-form pure-form-stacked" action="{{ route('admin.post.save') }}" method="post">
|
||||
@csrf
|
||||
<fieldset>
|
||||
<h1>Create Post</h1>
|
||||
<a class="pure-button button-black-white" href="{{ route('admin.post.index') }}">Back</a>
|
||||
<article>
|
||||
<form class="pure-form pure-form-stacked" action="{{ route('admin.post.save') }}" method="post">
|
||||
@csrf
|
||||
<fieldset>
|
||||
<h1>Create Post</h1>
|
||||
<a class="pure-button button-black-white" href="{{ route('admin.post.index') }}">Back</a>
|
||||
|
||||
<label for="title">Title</label>
|
||||
<input type="text" id="title" name="title" required/>
|
||||
<label for="title">Title</label>
|
||||
<input type="text" id="title" name="title" required/>
|
||||
|
||||
<label for="md">Content</label>
|
||||
<textarea id="md" name="md"></textarea>
|
||||
<label for="md">Content</label>
|
||||
<textarea id="md" name="md"></textarea>
|
||||
|
||||
<div class="control">
|
||||
<button class="pure-button button-black-white" type="submit">Create</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<div class="control">
|
||||
<button class="pure-button button-black-white" type="submit">Create</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</article>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user