Project continue

This commit is contained in:
Александр Бабкин
2022-06-29 16:11:14 +03:00
parent 94fdd4809d
commit 6b85576c4e
8 changed files with 118 additions and 103 deletions

View File

@@ -10,9 +10,6 @@
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 bg-white border-b border-gray-200">
<div class="w-96 mx-auto">
<!-- <form method="POST" action="{{ route('users.store') }}"> -->
<!-- @csrf -->
<!-- User name -->
<div>
<x-label for="username" :value="__('User name')" />
@@ -44,7 +41,6 @@
<i class="fa fa-cancel pr-2"></i>{{__('Cancel')}}
</a>
</div>
</div>
<!-- </form> -->
</div>