Update user.blade.php

This commit is contained in:
akemidx 2023-02-17 12:52:54 -05:00 committed by GitHub
parent dfc2aa35f4
commit f33b6a3e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
{{-- Page content --}}
@section('content')
<p>{{ trans('admin/user/general.create_user_page_explaination') }}</p>
<p>{{ trans('admin/user/general.create_user_page_explanation') }}</p>
<form action="{{ route('setup.user.save') }}" method="POST">
{{ csrf_field() }}