Create User
Back
@include('general.valert')
@if ($errors->any())
@foreach ($errors->all() as $error)
@endif
{{ $error }}
@endforeach