id)) action="{{ route('users.update', ['id' => $user->id]) }}" @else action="{{ route('users.store') }}" @endif > @csrf @isset($user->id) {{ method_field('PUT') }} @endisset
Basic Details

id) ? '' : 'required'}} value="" minlength="8" maxlength="16"> {{ !empty($user->id) ? 'Enter password only if you want to modify it for user.' : ''}} {{ empty($user->id) ? 'Enter password of length 8 to 16 characters.' : ''}}
Cancel
@section('extraJs') @endsection