User Management

@if( isset($user) )

User Update

@else

User Create

@endif
@csrf @if( isset($user) ) @else @endif
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}

@if( isset($user) )
active === 1) checked @endif>
active === 0) checked @endif>
@else
@endif
@section('scripts') @endsection