users buttons

This commit is contained in:
Александр Бабкин
2022-06-29 08:56:33 +03:00
parent a2b909e3da
commit 90de0d96f3
7 changed files with 101 additions and 47 deletions

View File

@@ -45,15 +45,15 @@
</div>
<div class="flex items-center justify-end mt-4">
<!-- <button type="submit" class="btn">{{ __('Save') }}</button> -->
<x-button class="ml-4">
{{ __('Save') }}
</x-button>
<!-- <a href="{{ route('users.index') }}">
<x-button class="ml-4">
{{ __('Cancel') }}
</x-button>
</a> -->
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-full">
<i class="fa fa-save pr-2"></i>{{ __('Save') }}
</button>
<div class="pl-2">
<a href="{{ route('users.index') }}" class="btn bg-gray-500 hover:bg-gray-700 text-white font-bold py-2 px-4 rounded-full">
<i class="fa fa-cancel pr-2"></i>{{__('Cancel')}}
</a>
</div>
</div>
</form>
</div>