Changed the project structure.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@section('meta_title', __('sections.Captcha tokens'))
|
||||
@section('h1', __('sections.Captcha tokens'))
|
||||
<x-private.layout>
|
||||
@include('private.captcha_tokens._top')
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
<div class="card border-0 shadow components-section">
|
||||
<div class="card-body">
|
||||
<form method="post" action="{{ route('captcha-tokens.store') }}">
|
||||
@include('private.captcha_tokens._from')
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</x-private.layout>
|
Reference in New Issue
Block a user